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] 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