]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 9 Sep 2005 05:35:59 +0000 (05:35 +0000)
committer <changelog@php.net> <>
Fri, 9 Sep 2005 05:35:59 +0000 (05:35 +0000)
ChangeLog
Zend/ChangeLog

index 82f8c5d8f91f53cbc5443155784e011d1a669eda..96a5f691ae24cc39a9ca56a102fa13b8b5ad115d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+2005-09-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      ext/sqlite/sqlite.c:
+      MFH: Allow retrieval of query parse errors from SQLite.
+
+    * ext/sqlite/sqlite.c:
+      Allow retrieval of query parse errors from SQLite.
+      
+
+2005-09-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend.c:
+      Avoid unnecessary copying/freeing
+
+2005-09-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS
+      ext/curl/multi.c:
+      MFH: Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()).
+
+    * ext/curl/multi.c:
+      Fixed bug #34420 (Possible crash inside curl_multi_remove_handle()).
+
+2005-09-08  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/standard/string.c:
+      - Make ord() work on binary strings too.
+
+2005-09-08  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/oci8.c:
+      use "connections" instead of "links" everywhere to avoid possible confusion
+
+2005-09-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/standard/string.c
+      ext/standard/tests/strings/substr_replace.phpt:
+      Fixed craches in substr_replace()
+
+2005-09-08  Antony Dovgal  <antony@zend.com>
+
+    * ext/iconv/iconv.c:
+      fix phpinfo() output for iconv extension
+      (convert unicode values to string before outputting them)
+
+2005-09-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_constants.c
+      ZendEngine2/zend_constants.h
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ext/standard/basic_functions.c:
+      Unicode support for PHP constants
+
+2005-09-08  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/dom/document.c:
+      add save options parameter
+
+2005-09-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/catch.phpt:
+      catch operator shouldn't call __autoload () too
+
+2005-09-08  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * (PHP_5_1)
+      pear/Makefile.frag:
+      That line made no sense
+
+2005-09-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/odbc/php_odbc.c
+      ext/odbc/php_odbc.c
+      ext/odbc/php_odbc.c:
+      Fixed crash on AIX
+
+2005-09-08  Rolland Santimano  <rollandsantimano@yahoo.com>
+
+    * ext/standard/string.c:
+      - Unicode impl of substr_replace()
+
 2005-09-07  Greg Beaver  <greg@chiaraquartet.net>
 
     * (PHP_5_1)
index bacdf67b1360b4c0d03e8e63f7f8cba4e0ed7df9..88b76b33bf36e1dd8522400b7f92096a9b5eeec8 100644 (file)
@@ -1,3 +1,20 @@
+2005-09-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend.c:
+      Avoid unnecessary copying/freeing
+
+    * zend_builtin_functions.c
+      zend_constants.c
+      zend_constants.h
+      zend_execute_API.c
+      zend_vm_def.h
+      zend_vm_execute.h:
+      Unicode support for PHP constants
+
+    * zend_compile.c
+      tests/catch.phpt:
+      catch operator shouldn't call __autoload () too
+
 2005-09-02  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * zend_ini.c: