Michael Wallner wrote: > mike Wed Aug 30 07:42:02 2006 UTC > > Modified files: > /php-src/ext/zlib config0.m4 php_zlib.h zlib.c > /php-src/ext/zlib/tests 006.phpt 007.phpt > Log: > - implement new output API > - ported deflate/inflate code > - require zlib >= 1.2.0.4 > - add gzdecode() > > # if we want the filter code to benefit from zlib 1.2 the > # "streamable" API would have to be ported, too
I think that it is a bad idea to require zlib 1.2.0.4 and higher. Many systems don't have it. Can't we #ifdef functionality that depends on it? Edin -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php