]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 9 Jan 2003 01:33:21 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Thu, 9 Jan 2003 01:33:21 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 961f02a4b3a93fd03692ec2377c78cc8aac512e6..d589bc247e663b232234cb6c90814830fe50508e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2003-01-08  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/standard/filters.c:
+      Reimplemented base64 filter to use iconv()-like facility for flexibility.
+
+2003-01-08  Frank M. Kromann  <frank@kromann.info>
+
+    * ext/fbsql/php_fbsql.h
+      ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.h:
+      Changed global data type to avoid problems with initialization
+
+2003-01-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/image.c
+      ext/standard/php_image.h:
+      Added support for WBMP images.
+
+    * ext/gd/gd.c
+      ext/gd/libgd/gd_io_dp.c:
+      Fixed bug #21518.
+      Fixed memory in leak ImageCreateFromString().
+      Fixed a bug that prevented proper identification of WBMP images and thus
+      prevented ImageCreateFromString() from working on those images.
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+2003-01-08  Zeev Suraski  <zeev@zend.com>
+
+    * ext/session/session.c:
+      Fix UMR
+
+2003-01-08  Georg Richter  <georg.richter@phpev.de>
+
+    * (PHP_4_3)
+      ext/mysql/php_mysql.c:
+      fixed bug 21498
+
+    * ext/mysql/php_mysql.c:
+      fixed bug #21498
+
+2003-01-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/mcrypt/mcrypt.c:
+      Removed unused variable.
+
+    * main/main.c:
+      Fixed bug #21499 (more descriptive message in the event of require/include
+      failure).
+
+    * sapi/cgi/cgi_main.c
+      sapi/cli/php_cli.c:
+      Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1
+      due the previously mentioned bug.
+
+    * ext/odbc/php_odbc.c:
+      Version is char ;).
+
 2003-01-07  Christian Dickmann  <chrisdicki@gmx.de>
 
     * pear/PEAR/Config.php:
index e9093ea23ddaf3acdd1f53f2cc86d295a8515211..4847c866f3b331314f876e32a8c1477b7fcce5b8 100644 (file)
@@ -1,3 +1,13 @@
+2003-01-08  James Cox  <james@imajes.info>
+
+    * zend.h:
+      cvs is dev not alpha.
+
+2003-01-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_builtin_functions.c:
+      MFZE2
+
 2003-01-05  Zeev Suraski  <zeev@zend.com>
 
     * zend_compile.c