Re: [PHP-DEV] zlib double free bug and php

2002-06-05 Thread Stefan Roehrich
Hello! On 2002-06-05 15:39:55, Lenny Miceli wrote: > issue. Even though I didn't compile php with the --with-zlib option when I > run strings against the php library I still see zlib information. For Maybe zlib is used by another library which PHP uses (e.g. some graphic library, MySQL, ...).

Re: [PHP-DEV] zlib double free bug and php

2002-06-05 Thread Markus Fischer
Hi, PHP is as vulnerable as it is the libz of your system. PHP does not include zlib, it links against it which means it has already to be on your system. It is up to you to have the proper libz on your system, PHP just links against it. That's it. - Markus On Wed, J

[PHP-DEV] zlib double free bug and php

2002-06-05 Thread Lenny Miceli
Sorry to post here but I've received no response on the php-general list. I posted the following to that list a couple days ago and I was wondering if anyone on this list can help me. Thank you for your time.Lenny I've tried to search the archives/bug reports/faq's and didn't find any defin

Re: [PHP-DEV] ZLib (double free) bug

2002-03-12 Thread Andrey Hristov
esday, March 12, 2002 11:46 AM Subject: Re: [PHP-DEV] ZLib (double free) bug > On 2002-03-12 10:50:43, Andrey Hristov wrote: > > What about implementing in build process check for the version of > > the zlib library. If <=1.1.3 to give error message that >=1.1.4 is > >

Re: [PHP-DEV] ZLib (double free) bug

2002-03-12 Thread Stefan Roehrich
On 2002-03-12 10:50:43, Andrey Hristov wrote: > What about implementing in build process check for the version of > the zlib library. If <=1.1.3 to give error message that >=1.1.4 is > needed. 1.1.4 is at : I already thought about that, but there are people or even whole linux distributions (e.g.

[PHP-DEV] ZLib (double free) bug

2002-03-12 Thread Andrey Hristov
What about implementing in build process check for the version of the zlib library. If <=1.1.3 to give error message that >=1.1.4 is needed. 1.1.4 is at : ftp://ftp.info-zip.org/pub/infozip/zlib/zlib-1.1.4.tar.gz Best regards, Andrey Hristov -- PHP Development Mailing List