changelog Tue Nov 25 20:31:43 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1458 php-src/ChangeLog:1.1459
--- php-src/ChangeLog:1.1458 Mon Nov 24 20:31:45 2003
+++ php-src/ChangeLog Tue Nov 25 20:31:41 2003
@@ -1,3 +1,55 @@
+2003-11-25 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/pgsql/pgsql.c:
+ MFH: Fixed bug #25963 (PostgreSQL error message include \n characters).
+
+2003-11-25 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/pcre/php_pcre.c:
+ style fix
+
+2003-11-25 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/standard/parsedate.y:
+ 'Fix' for bison 1.875.
+
+2003-11-25 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ZendEngine2/zend_execute.c