Re: [PHP-DEV] Win32 Build Quirks

2002-12-30 Thread Zeev Suraski
At 19:29 29/12/2002, Sebastian Bergmann wrote: Zeev Suraski wrote: > Probably due to different .dsp's (I assume you have two different > checkouts of the PHP source tree? Any chance one of them is modified) No, one checkout. For a Zend Engine 2 build I rename Zend to Zend1 and ZendEngine2 to

Re: [PHP-DEV] Win32 Build Quirks

2002-12-30 Thread Zeev Suraski
At 20:12 29/12/2002, Michael Sisolak wrote: Zeev Suraski wrote: > It's zlib. I'm not sure why people relied on users having zlib installed > as a part of their standard libraries under Windows, but it's not a reasonable assumption... > checkout zlib, build it (under both Release and Debug), dele

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Michael Sisolak
Zeev Suraski wrote: > It's zlib. I'm not sure why people relied on users having zlib installed > as a part of their standard libraries under Windows, but it's not a reasonable assumption... > checkout zlib, build it (under both Release and Debug), delete *.lib and > *.dll from your PHP output

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
Zeev Suraski wrote: > Probably due to different .dsp's (I assume you have two different > checkouts of the PHP source tree? Any chance one of them is modified) No, one checkout. For a Zend Engine 2 build I rename Zend to Zend1 and ZendEngine2 to Zend. (I know, this is dirty :-) -- Sebasti

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Zeev Suraski
At 18:27 29/12/2002, Sebastian Bergmann wrote: Zeev Suraski wrote: > checkout zlib, build it (under both Release and Debug) Thank you Zeev, that did the trick. But I still wonder why I got this only with the Zend Engine 2 and not with the Zend Engine 1... Probably due to different .dsp's (I

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
Zeev Suraski wrote: > checkout zlib, build it (under both Release and Debug) Thank you Zeev, that did the trick. But I still wonder why I got this only with the Zend Engine 2 and not with the Zend Engine 1... -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpO

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Zeev Suraski
At 18:01 29/12/2002, Sebastian Bergmann wrote: Zeev Suraski wrote: > It appears the .dsp's were misconfigured I tested this with a fresh checkout of php4/ and ZendEngine2/ and still get the library conflict warning during a ZendEngine2 build. I did not yet test the other issue I mentioned i

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
Zeev Suraski wrote: > It appears the .dsp's were misconfigured I tested this with a fresh checkout of php4/ and ZendEngine2/ and still get the library conflict warning during a ZendEngine2 build. I did not yet test the other issue I mentioned in my previous mail. -- Sebastian Bergmann

Re: [PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Zeev Suraski
It appears the .dsp's were misconfigured (for future reference- we should never need to use 'ignore libraries' for any of the MSVC runtime libraries; If we do - we have a problem somewhere else). I suspect this happened around the time zlib support was added, and it was added improperly. I ad

[PHP-DEV] Win32 Build Quirks

2002-12-29 Thread Sebastian Bergmann
For a long time I could use the following commands to build PHP on Windows msdev "php4ts.dsw" /MAKE "php4ts - Release_TS_inline" /REBUILD msdev "php4ts.dsw" /MAKE "php4ts_cli - Release_TS_inline" The first command did a clean build of the SAPI/CGI binary and the php4ts.dll. The se