]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 21 Oct 2006 01:31:08 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 21 Oct 2006 01:31:08 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 9aa2211de7f8ce09fd6561190a35072a7a5cce48..ce51d9d500a533b8c0dfa01851ed5399465aa68c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2006-10-20  Antony Dovgal  <antony@zend.com>
+
+    * ext/openssl/openssl.c:
+      fix #39217 (serialNumber is might be -1 when the value is too big)
+
+    * (PHP_5_2)
+      ext/sqlite/sqlite.c:
+      fix ZTS build without SPL enabled
+
+2006-10-20  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/filter/logical_filters.c:
+      - fix windows build with php < 6
+      - fix runtime error on other OS
+
+2006-10-20  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/filter/tests/008.phpt
+      ext/filter/tests/009.phpt:
+      Fix tests
+
+    * (PHP_5_2)
+      ZendEngine2/tests/abstract-static.phpt
+      tests/classes/bug27504.phpt:
+      Fix test
+
+2006-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      configure.in
+      main/php_version.h:
+      Back to dev
+
+2006-10-20  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/zend_hash.c
+      ZendEngine2/zend_hash.h
+      ZendEngine2/zend_unicode.h:
+      rename REAL_KEY_SIZE() to USTR_BYTES() and move to zend_unicode.h
+      this macro is going to be actively used in Unicode version of OCI8 (and
+      other extensions, probably)
+
+2006-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_compile.c
+      tests/classes/abstract_static.phpt:
+      Make use of abstract methods be E_STRICT rather then E_ERROR
+
+2006-10-20  Sara Golemon  <sara@golemon.com>
+
+    * (PHP_5_2)
+      ext/spl/spl_array.c
+      ext/spl/tests/iterator_035.phpt:
+      MFH(r-1.114) Can't use real arrays held by ArrayObjects in write context
+
+2006-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      configure.in
+      main/php_version.h:
+      5.2.0RC6
+
 2006-10-19  Sara Golemon  <sara@golemon.com>
 
     * ext/spl/tests/iterator_035.phpt:
index 47360625409892839368078ed39d473325e5d0eb..6b45ba4598b484afd4b1d4c13dcafa7fd93c9918 100644 (file)
@@ -1,3 +1,24 @@
+2006-10-20  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_2)
+      tests/abstract-static.phpt:
+      Fix test
+
+2006-10-20  Antony Dovgal  <antony@zend.com>
+
+    * zend_hash.c
+      zend_hash.h
+      zend_unicode.h:
+      rename REAL_KEY_SIZE() to USTR_BYTES() and move to zend_unicode.h
+      this macro is going to be actively used in Unicode version of OCI8 (and
+      other extensions, probably)
+
+2006-10-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      zend_compile.c:
+      Make use of abstract methods be E_STRICT rather then E_ERROR
+
 2006-10-19  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_API.h: