changelog Mon Sep 22 20:32:06 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1395 php-src/ChangeLog:1.1396
--- php-src/ChangeLog:1.1395 Sun Sep 21 20:32:21 2003
+++ php-src/ChangeLog Mon Sep 22 20:32:04 2003
@@ -1,3 +1,43 @@
+2003-09-22 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/exif/exif.c
+ ext/mysql/php_mysql.c:
+ String format stuff.
+
+2003-09-22 Andrey Hristov <[EMAIL PROTECTED]>
+
+ * ext/standard/array.c:
+ improve the fix for #25494. If more then one bad parameter is passed
+ an warning for all will be emitted.
+
+2003-09-22 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/dom/document.c:
+ set consistent pathing for libxml
+ set document url when loaded from memory to set base href
+
+ * ext/xsl/xsltprocessor.c:
+ set base href for copied, imported doc
+ set environment for imported stylesheet
+ add optional clone parameter for data to transform
+
+ * ext/xml/expat_compat.h:
+ move hash.h for libxml 2.6 compatibility
+
+2003-09-22 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * ext/interbase/interbase.c:
+ proto thiko fix
+
+2003-09-22 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend.c
+ ZendEngine2/zend_language_scanner.l:
+ Added missing format.
+
+ * ext/standard/info.c:
+ String formatting stuff.
+
2003-09-21 Sascha Schumann <[EMAIL PROTECTED]>
* (PHP_4_3)