]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 10 Aug 2002 00:16:53 +0000 (00:16 +0000)
committer <changelog@php.net> <>
Sat, 10 Aug 2002 00:16:53 +0000 (00:16 +0000)
ChangeLog

index e3a21ee1744855ca9f6f7279ad2ce92d7f452fe9..2c06aa9fbcc6478c1e873624ea7d7075b66f0015 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+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.