+2002-08-09 helly <helly@pb1.pair.com>
+
+ * 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 <georg@pb1.pair.com>
+
+ * ext/mysql/php_mysql.c: forgot to remove another LOCAL_INFILE opion call
+
+2002-08-09 wez <wez@pb1.pair.com>
+
+ * 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 <helly@pb1.pair.com>
+
+ * ext/standard/head.c: possible memoryleak
+
+2002-08-09 georg <georg@pb1.pair.com>
+
+ * ext/mysql/libmysql/acinclude.m4: fixed bug #18815
+
+2002-08-09 yohgaki <yohgaki@pb1.pair.com>
+
+ * 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 <imajes@pb1.pair.com>
+
+ * main/streams.c:
+ Copy() fixed to return 1 on 0 byte files. Patch by Ilia A <ilia@prohost.org>.
+
2002-08-08 yohgaki <yohgaki@pb1.pair.com>
* ext/standard/file.c: Remove duplicated checks.