[PHP-CVS] cvs: php4 /ext/zlib zlib.c

2001-03-30 Thread Anil Madhavapeddy
avsmFri Mar 30 09:44:09 2001 EDT Modified files: /php4/ext/zlib zlib.c Log: Send the correct Vary headers, if we negotiate a gzip/deflate session via Accept-Encoding. This obeys a SHOULD directive in RFC2616 PR: 10070 Index:

[PHP-CVS] cvs: php4 /ext/zlib zlib.c

2001-03-07 Thread Daniel Beulshausen
dbeuWed Mar 7 09:23:31 2001 EDT Modified files: /php4/ext/zlib zlib.c Log: add missing globals fetches Index: php4/ext/zlib/zlib.c diff -u php4/ext/zlib/zlib.c:1.75 php4/ext/zlib/zlib.c:1.76 --- php4/ext/zlib/zlib.c:1.75 Tue Mar 6 12:43:54 2001

[PHP-CVS] cvs: php4 /ext/zlib zlib.c

2001-02-01 Thread Sascha Schumann
sas Thu Feb 1 08:29:07 2001 EDT Modified files: /php4/ext/zlib zlib.c Log: Fix a huge memory leak in the ob_gzhandler. Index: php4/ext/zlib/zlib.c diff -u php4/ext/zlib/zlib.c:1.68 php4/ext/zlib/zlib.c:1.69 --- php4/ext/zlib/zlib.c:1.68 Mon Nov

[PHP-CVS] cvs: php4 /ext/zlib zlib.c

2001-02-01 Thread Thies C. Arntzen
thies Thu Feb 1 09:14:19 2001 EDT Modified files: /php4/ext/zlib zlib.c Log: @- When using the ob_gzhandler() PHP now automagically also sets the @ Content-Lengh correctly which enables browsers to use the HTTP @ Keep-Alive feature. (Thies)