summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2003-11-26 01:31:41 +0000
committer <changelog@php.net>2003-11-26 01:31:41 +0000
commita537eadf4ae30cc611c8edc548b24a90cc5c964a (patch)
treeb151b5f5c5375fd092999f36661f52039f93d09a /ChangeLog
parent78cb38105db24c874d679bb4a861d856343e8213 (diff)
downloadphp-git-a537eadf4ae30cc611c8edc548b24a90cc5c964a.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9826833d08..660f115308 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2003-11-25 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/pgsql/pgsql.c:
+ MFH: Fixed bug #25963 (PostgreSQL error message include \n characters).
+
+2003-11-25 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * ext/pcre/php_pcre.c:
+ style fix
+
+2003-11-25 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ ext/domxml/php_domxml.c:
+ Replace fopen() inside domxml_xslt_process() with streams code to prevent
+ a possible crash and enforce safe_mode & open_basedir restrictions.
+
+ Revert workaround for bug #26384, which is due to a bug in libxslt.
+ Christian will commit a better workaround shortly.
+
+2003-11-25 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * ext/standard/parsedate.y:
+ 'Fix' for bison 1.875.
+
+2003-11-25 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * (PHP_4_3)
+ tests/lang/bug26182.phpt:
+ MFH: for regression..this works in PHP 4
+
+ * tests/lang/bug26182.phpt:
+
+ test case for bug #26182
+
+ * (PHP_4_3)
+ NEWS
+ ext/odbc/config.m4:
+ MFH: - Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails)
+
+ * ext/odbc/config.m4:
+ - Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails)
+
+2003-11-25 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/domxml/php_domxml.c:
+ Fixed bug #26384 (crash inside domxslt->process() due to a double free).
+
2003-11-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/zend_execute.c