]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 23 Sep 2003 00:32:08 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Tue, 23 Sep 2003 00:32:08 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index 6d5fe93321b7d177f24d478de1bb61d0f9c18e8c..a0a429587c0a3658d9700cddb60b027004537146 100644 (file)
--- 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)
index 86cc3aa16e721633c3aec3a7fe66b4eaffef9daf..07b300a89dafa9d93bf670b5f323c75b3cba43c0 100644 (file)
@@ -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: