I'm about reading a tutorial about creating php extensions in C. I'm using Visual Studio 2008 and EasyPHP whose directory includes /ext folder (PHP extensions directory)
this is the tutorial : http://www.devarticles.com/c/a/Cplusplus/Developing-Custom-PHP-Extensions-Part-1/2/
I've a problem in the step 4 :
Blockquote 4. In the Preprocessor Category, add the following "Additional include directories": ...., ....\main, ....\Zend, ....\TSRM, ....\bindlib_w32.
I searched the main , zend , tsrm and bindlib_w32 directories in the easyphp forlder and I couldn't find them.
if EasyPHP doesnot include zend directory. How can I deploy it in its correct directory?
and thank you in advance