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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo