From: Date: Sat, 10 Aug 2002 00:16:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha3~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bff5368f1d013793f406f91b1dbc43787058c34c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e3a21ee174..2c06aa9fbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2002-08-09 helly + + * ext/zlib/php_zlib.h + ext/zlib/zlib.c + php.ini-recommended + ext/standard/head.c + main/main.c + main/output.c + main/php_output.h + php.ini-dist: + Improved handling of output buffers (see news)\n#No trim for the string parameter... + + * main/main.c: + docref shall either be NULL or a reference to a manual page without an + extension or an external reference starting with 'http://'. + +2002-08-09 georg + + * ext/mysql/php_mysql.c: forgot to remove another LOCAL_INFILE opion call + +2002-08-09 wez + + * configure.in + main/network.c + ext/standard/file.c: Centralize some blocking socket related code. + + * ext/openssl/tests/001.phpt: syntax highlighting for vim + +2002-08-09 helly + + * ext/standard/head.c: possible memoryleak + +2002-08-09 georg + + * ext/mysql/libmysql/acinclude.m4: fixed bug #18815 + +2002-08-09 yohgaki + + * php.ini-dist: Move unserialize_callback_func description a little + + * php.ini-recommended: + Add unserialize_callback_func to php.ini-recommended. + + * php.ini-recommended + php.ini-dist: + Added note for output_handler usage. (with Marcus and Adam's fix) + +2002-08-09 James Cox + + * main/streams.c: + Copy() fixed to return 1 on 0 byte files. Patch by Ilia A . + 2002-08-08 yohgaki * ext/standard/file.c: Remove duplicated checks.