summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-01-18 01:36:51 +0000
committer <changelog@php.net>2005-01-18 01:36:51 +0000
commit5089dc049ad968ef4036ee391e1eda05fb585254 (patch)
treebba39318313efb53270943a465d70a1e4ab3ff4f
parent8b35436cb19032e5fad293e5f3996b625abffe4e (diff)
downloadphp-git-5089dc049ad968ef4036ee391e1eda05fb585254.tar.gz
ChangeLog update
-rw-r--r--ChangeLog64
-rw-r--r--Zend/ChangeLog9
2 files changed, 73 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea1f99c58a..8279becbd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2005-01-17 Antony Dovgal <tony2001@phpclub.net>
+
+ * ext/odbc/php_odbc.c:
+ fix weird DB2 issue:
+ DB2's SQLDataSources() returns _max available_ length of result string
+ instead of
+ _real_ length and that results in strings a-la "\0 "
+
+2005-01-17 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * (PHP_4_3)
+ NEWS
+ Zend/zend_language_scanner.l:
+ MFZE2: - Fixed bug #31444 (Memory leak in zend_language_scanner.c)
+
+ * (PHP_5_0)
+ NEWS
+ ZendEngine2/zend_language_scanner.l:
+ MFH: - Fixed bug #31444 (Memory leak in zend_language_scanner.c)
+
+ * ZendEngine2/zend_language_scanner.l:
+ - Fixed bug #31444 (Memory leak in zend_language_scanner.c)
+
+ * (PHP_4_3)
+ ext/gd/gd.c
+ ext/gd/gd.c:
+ MFH: - Added some sanity checks by changing to the parameter parsing API
+
+ * ext/gd/gd.c:
+ - Added some sanity checks by changing to the parameter parsing API
+
+2005-01-17 Christian Stocker <chregu@bitflux.ch>
+
+ * (PHP_5_0)
+ ext/xsl/php_xsl.c
+ ext/xsl/php_xsl.h:
+ revert these 2 files... shouldn't have been comitted ..
+
+ * ext/xsl/xsltprocessor.c:
+ fix protos (by Mehdi Achour )
+
+2005-01-17 Antony Dovgal <tony2001@phpclub.net>
+
+ * ext/odbc/php_odbc.c:
+ fix leak appearing when odbc_errormsg() got invalid resource
+
+2005-01-17 Joe Orton <jorton@redhat.com>
+
+ * (PHP_4_3)
+ sapi/apache2handler/sapi_apache2.c
+ sapi/apache2handler/sapi_apache2.c:
+ MFH - Fixed bug #31519: Set r->status_line to SAPI-provided status-line.
+
+ * sapi/apache2handler/sapi_apache2.c:
+ Fixed bug #31519: Set r->status_line to SAPI-provided status-line.
+
+2005-01-17 Stefan Esser <sesser@suspekt.org>
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re
+ ext/standard/var_unserializer.re:
+ Fix compiler warning.
+
2005-01-16 Stefan Esser <sesser@suspekt.org>
* (PHP_5_0)
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 0cf4a77e1a..0f573e7b95 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,12 @@
+2005-01-17 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * (PHP_5_0)
+ zend_language_scanner.l:
+ MFH: - Fixed bug #31444 (Memory leak in zend_language_scanner.c)
+
+ * zend_language_scanner.l:
+ - Fixed bug #31444 (Memory leak in zend_language_scanner.c)
+
2005-01-15 Andi Gutmans <andi@zend.com>
* (PHP_5_0)