summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog40
-rw-r--r--Zend/ChangeLog6
2 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d5fe93321..a0a429587c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2003-09-22 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/exif/exif.c
+ ext/mysql/php_mysql.c:
+ String format stuff.
+
+2003-09-22 Andrey Hristov <andrey@hristov.com>
+
+ * 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 <rrichards@ctindustries.net>
+
+ * 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 <hartmut@php-groupies.de>
+
+ * ext/interbase/interbase.c:
+ proto thiko fix
+
+2003-09-22 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ZendEngine2/zend.c
+ ZendEngine2/zend_language_scanner.l:
+ Added missing format.
+
+ * ext/standard/info.c:
+ String formatting stuff.
+
2003-09-21 Sascha Schumann <sascha@schumann.cx>
* (PHP_4_3)
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 86cc3aa16e..07b300a89d 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-22 Ilia Alshanetsky <ilia@prohost.org>
+
+ * zend.c
+ zend_language_scanner.l:
+ Added missing format.
+
2003-09-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_reflection_api.c: