Author Topic: New Blog Post: Creating a PHP 5 Extension with Visual C++ 2005  (Read 6172 times)

jjones

  • Guest
New Blog Post: Creating a PHP 5 Extension with Visual C++ 2005
« on: September 20, 2007, 07:49:26 PM »
Creating a PHP 5 Extension with Visual C++ 2005
http://blog.slickedit.com/2007/09/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 currently a good step-by-step tutorial on how to get your first extension project up and running on Windows. The aim of this article is to fill that gap.

Continue reading Creating a PHP 5 Extension with Visual C++ 2005 here: http://blog.slickedit.com/2007/09/creating-a-php-5-extension-with-visual-c-2005/