RE: [PHP-WIN] Building an extension on windows

2009-06-30 Thread Louis Solomon
> Must I get the source files from PHP 5.2.9 to do this? Some (many) headers - yes > Do I need to build PHP my self to get the lib files needed for linking No, php5ts.lib is in the php\dev folder of a standard .zip release. I suggest looking at some of the standard and example extensions that b

Re: [PHP-WIN] Unable to run programs in php

2009-06-30 Thread Ariz Jacinto
Hi Ravi, You need to comment out those extensions in your php.ini if they don't exist or are not part of the installer. If you really want to get started with PHP try installing XAMPP[1] or Zend Server Community Edition[2]. [1] http://www.apachefriends.org/en/xampp.html [2] http://www.zend.com/c

Re: [PHP-WIN] Building an extension on windows

2009-06-30 Thread Lester Caine
u...@domain.invalid wrote: Hi, I'm told to build an PHP extension on windows to be used with PHP 5.2.9. What do I need for this purpose? Is there anywhere a manual telling me what to do for this purpose? I'm using Visual Studio 2008. Must I get the source files from PHP 5.2.9 to do this? Do

[PHP-WIN] Unable to run programs in php

2009-06-30 Thread Ravi Joshi
Hi , I have downloaded php-5.2.10-win32-installer.exe(18.6MB) and installed in my C:\php folder.at the time of installation i have clicked on apache 2.2.x(i have installed apache_2.2.11-win32-x86-openssl-0.9.8i also in C:\Apache Software Foundation\apache folder) and i have installed all the fea

[PHP-WIN] Building an extension on windows

2009-06-30 Thread user
Hi, I'm told to build an PHP extension on windows to be used with PHP 5.2.9. What do I need for this purpose? Is there anywhere a manual telling me what to do for this purpose? I'm using Visual Studio 2008. Must I get the source files from PHP 5.2.9 to do this? Do I need to build PHP my sel