]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 1 Sep 2005 05:40:39 +0000 (05:40 +0000)
committer <changelog@php.net> <>
Thu, 1 Sep 2005 05:40:39 +0000 (05:40 +0000)
ChangeLog
Zend/ChangeLog

index d99f4b1237f12bdb99c88ba1802e48993f216785..13f5266d415382b099ebe2a58019ee4e47344394 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,102 @@
+2005-08-31  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/sybase/config.m4
+      ext/sybase/config.m4
+      ext/sybase/config.m4:
+      Fixed bug #34323
+
+2005-08-31  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * main/rfc1867.c:
+      Further work on Unicode support in file uploads.
+
+2005-08-31  Rob Richards  <rrichards@ctindustries.net>
+
+    * (PHP_5_1)
+      ext/simplexml/simplexml.c:
+      MFH: make sxe_properties_get respect namespace scope
+
+    * ext/simplexml/simplexml.c:
+      make sxe_properties_get respect namespace scope
+
+2005-08-31  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/standard/credits_ext.h
+      ext/standard/credits_ext.h:
+      Update credits
+
+    * (PHP_5_1)
+      NEWS
+      ext/oracle/.cvsignore
+      ext/oracle/CREDITS
+      ext/oracle/config.m4
+      ext/oracle/config.w32
+      ext/oracle/oracle.c
+      ext/oracle/oracle.dsp
+      ext/oracle/package.xml
+      ext/oracle/php_oracle.h:
+      - Moved ext/oracle to PECL
+
+    * ext/oracle/.cvsignore
+      ext/oracle/CREDITS
+      ext/oracle/config.m4
+      ext/oracle/config.w32
+      ext/oracle/oracle.c
+      ext/oracle/oracle.dsp
+      ext/oracle/package.xml
+      ext/oracle/php_oracle.h:
+      Moved to PECL
+
+    * (PHP_4_4)
+      main/php_ini.c:
+      Fixed bug #32318
+
+2005-08-31  Derick Rethans  <php@derickrethans.nl>
+
+    * NEWS
+      NEWS:
+      - Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week
+      number).
+
+2005-08-31  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS
+      ext/wddx/wddx.c
+      ext/wddx/tests/bug34306.phpt:
+      MFH:- Fixed bug #34306 (wddx_serialize_value() crashes with long array
+      keys)
+
+    * ext/wddx/wddx.c
+      ext/wddx/tests/bug34306.phpt
+      ext/wddx/tests/bug34306.phpt:
+      - Fixed bug #34306 (wddx_serialize_value() crashes with long array keys)
+
+    * ZendEngine2/tests/bug34310.phpt:
+      Added test for bug #34310
+
+    * ZendEngine2/tests/bug34310.phpt
+      ZendEngine2/tests/bug34310.phpt:
+      
+      file bug34310.phpt was initially added on branch PHP_5_1.
+
+2005-08-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      scripts/Makefile.frag:
+      - MFH run-tests-config.php was never used and now renamed
+
+    * scripts/Makefile.frag:
+      - run-tests-config.php was never used and now renamed
+
+2005-08-31  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS
+      ext/standard/http.c
+      ext/standard/php_http.h:
+      Added optional parameter to http_build_query() to allow specification of
+      string separator.
+
 2005-08-30  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_4)
index a7c7650568594122384aaf14fad8c9ca6d5019d0..0292e659005f289990a9eb2d6603d86f376ae9ba 100644 (file)
@@ -1,3 +1,13 @@
+2005-08-31  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * tests/bug34310.phpt:
+      Added test for bug #34310
+
+    * tests/bug34310.phpt
+      tests/bug34310.phpt:
+      
+      file bug34310.phpt was initially added on branch PHP_5_1.
+
 2005-08-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_API.c