By tag: Zend
0
kicks
Microsoft and Zend taking PHP on Windows to the next level
Zend and Microsoft announce today that they will continue work on FastCGI and scalable PHP hosting on Windows Servers. Specifically, Zend has committed to redistribute FastCGI in Zend Core, its certified PHP 5 offering.
0
kicks
Creating a PHP 5 Extension with Visual C++ 2005
This article describes the steps to create a custom PHP extension DLL for the Windows platform. The Zend API documentation that comes with PHP 5 on Windows (see php_manual_en.chm) does a good job explaining how to write extension methods, parse method parameters, and return values. But there is not ...