]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 27 Dec 2002 01:32:29 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 27 Dec 2002 01:32:29 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 49f637cd39b3bf7559e79e9f0d6fdef2b850014c..c00325d0cf6df55836ec6415be96f5ea237f7f67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2002-12-26  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * ext/ftp/CREDITS
+      ext/ncurses/CREDITS
+      ext/standard/credits.c
+      ext/standard/credits_ext.h:
+      - MFB
+
+    * ext/ncurses/CREDITS:
+      All on one line
+
+    * ext/ftp/CREDITS
+      ext/standard/credits.c
+      ext/standard/credits_ext.h:
+      - update credits
+
+2002-12-26  Georg Richter  <georg.richter@phpev.de>
+
+    * ext/ncurses/CREDITS:
+      added Wez, Ilia & myself
+
+    * ext/ncurses/CREDITS:
+      added Wez, Ilia and myself
+
+2002-12-26  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/standard/file.c:
+      MFH: get_meta_tags() stream leak
+
+    * ext/standard/file.c:
+      Remove cruft that opened a stream that was never closed in get_meta_tags().
+      (probably my fault).
+      Noticed by Philip Olson
+
+2002-12-26  Sterling Hughes  <sterling@bumblebury.com>
+
+    * ext/standard/string.c:
+      if needle is empty free allocated memory
+
+    * ext/standard/string.c:
+      remove memleak
+
+2002-12-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/dba/tests/dba_db4.phpt:
+      Add missing test for db4 handler
+
+2002-12-26  Georg Richter  <georg.richter@phpev.de>
+
+    * ext/mysql/php_mysql.c:
+      fixed some compiler warnings when using external libmysqlclient 4.x
+
+2002-12-26  Edin Kadribasic  <edink@proventum.net>
+
+    * php.ini-dist
+      php.ini-recommended
+      main/config.w32.h.in
+      main/internal_functions_win32.c
+      win32/php4dllts.dsp:
+      MFB:
+      Made ZLIB extension built in on Windows. Fixes #21139.
+
+    * php.ini-dist
+      php.ini-recommended
+      main/config.w32.h.in
+      main/internal_functions_win32.c
+      win32/php4dllts.dsp:
+      Made ZLIB extension built in on Windows. Fixes #21139.
+
 2002-12-25  George Schlossnagle  <george@omniti.com>
 
     * sapi/cgi/cgi_main.c:
index 5250f7da9fa457856ca6ba1de0acf30f45661f56..ba2c132f509bf68a9d75c30e3f3a201077c7911f 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-26  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_compile.c:
+      do_inherit_method_check() is supposed to return 0 or 1, not SUCCESS or
+      FAILURE.
+
 2002-12-14  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_language_scanner.l: