News

Zend Boosts PHP on Windows

Zend Technologies Ltd. collaborates with Microsoft to offer better PHP performance on Windows.

Microsoft's collaboration with Zend Technologies Ltd. to improve compatibility between Windows and its PHP distribution has helped bridge the gap between the popular open source environment used to create millions of Web sites and Windows.

Zend's new Core 2.0 is a full PHP environment that includes the latest version of the open source scripting language and a number of extensions.

The Redmond software giant and the Cupertino, Calif., provider of PHP-related products and services began working together in October to provide customers with richer functionality and better integration of PHP on Windows. Zend is regarded as a leading supplier of PHP-based software for Web applications deployed on Linux.

"[A] lot of PHP development happens on Windows," says Mark de Visser, Zend's chief marketing officer. "However, most deployment happens on Linux. Why? Because PHP just doesn't run very well on Windows. That was something that Microsoft didn't like and that we saw as a problem. So, we got together with the aim of making sure that PHP had equal performance on Windows as it has on Linux and Unix."

Zend is claiming improved Windows performance of between 200 percent and 300 percent overall with Zend Core 2.0.

New in the release is a Windows version of Zend's Enabler technology, jointly developed by Zend and Microsoft, which provides a high performance FastCGI implementation for Microsoft Internet Information Services (IIS). IIS is one of the most widely used Web servers, second only to the Apache Web server in numbers of Web sites, according to the Internet monitoring company Netcraft Ltd. This add-on will serve as the interface between PHP and the IIS Web server in the future, according to Zend and Microsoft. The new version also includes support for Windows Vista.

Microsoft and Zend have returned the improvements made through their collaboration to the open source PHP project, de Visser adds. They are now part of the 5.2.1 version of PHP.

Other components of the new release include:

  • The Zend Framework, a set of PHP components designed to support user authentication, database access and search.
  • The PHP MVC framework, which supports the model-view controller architecture.
  • The Zend Network Updater, which lets users apply bug fixes and security patches as they become available.
  • Universal Database Support (bundled drivers for databases from IBM, Oracle and MySQL).
  • Mac OS X support.
Zend 2.0, available for download at its Web site (http://www.zend.com), is free of charge. The company earns revenue by offering support and services.

About the Author

John K. Waters is the editor in chief of a number of Converge360.com sites, with a focus on high-end development, AI and future tech. He's been writing about cutting-edge technologies and culture of Silicon Valley for more than two decades, and he's written more than a dozen books. He also co-scripted the documentary film Silicon Valley: A 100 Year Renaissance, which aired on PBS.  He can be reached at [email protected].

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube