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

index 96a5f691ae24cc39a9ca56a102fa13b8b5ad115d..6b37de533b738e8492ad8d208a372d599045dd51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2005-09-09  Rolland Santimano  <rollandsantimano@yahoo.com>
+
+    * ext/standard/string.c:
+      - str_pad(): Use u_countChar32() for codepoint counting,
+      eumalloc/eurealloc() for Unicode mallocs.
+
+2005-09-09  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/oci8_statement.c:
+      fix problem appearing when binding empty values
+
+2005-09-09  Derick Rethans  <php@derickrethans.nl>
+
+    * unicode-progress.txt:
+      - Added Rollands latest upgrades.
+
+2005-09-09  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend.c:
+      Fixed huge memory leaks in ZTS mode
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/tests/catch.phpt
+      ZendEngine2/tests/instanceof.phpt
+      ZendEngine2/tests/is_a.phpt:
+      Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
+      functions to not call __autoload().
+
+    * ZendEngine2/tests/is_a.phpt
+      ZendEngine2/tests/is_a.phpt:
+      
+      MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")
+
+    * ZendEngine2/zend_builtin_functions.c:
+      MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")
+
 2005-09-08  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_1)
index 88b76b33bf36e1dd8522400b7f92096a9b5eeec8..360f36e03adf4e20e9036b8c2b206c43192860cc 100644 (file)
@@ -1,3 +1,28 @@
+2005-09-09  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend.c:
+      Fixed huge memory leaks in ZTS mode
+
+    * (PHP_5_1)
+      zend_builtin_functions.c
+      zend_compile.c
+      zend_compile.h
+      zend_execute.h
+      zend_execute_API.c
+      tests/catch.phpt
+      tests/instanceof.phpt
+      tests/is_a.phpt:
+      Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
+      functions to not call __autoload().
+
+    * tests/is_a.phpt
+      tests/is_a.phpt:
+      
+      MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")
+
+    * zend_builtin_functions.c:
+      MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")
+
 2005-09-08  Dmitry Stogov  <dmitry@zend.com>
 
     * zend.c: