From a537eadf4ae30cc611c8edc548b24a90cc5c964a Mon Sep 17 00:00:00 2001 From: Date: Wed, 26 Nov 2003 01:31:41 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9826833d087..660f1153089 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2003-11-25 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/pgsql/pgsql.c: + MFH: Fixed bug #25963 (PostgreSQL error message include \n characters). + +2003-11-25 Jani Taskinen + + * ext/pcre/php_pcre.c: + style fix + +2003-11-25 Ilia Alshanetsky + + * (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 + + * ext/standard/parsedate.y: + 'Fix' for bison 1.875. + +2003-11-25 Jani Taskinen + + * (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 + + * (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 * ZendEngine2/zend_execute.c