]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 19 Sep 2006 01:30:58 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Tue, 19 Sep 2006 01:30:58 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 01604a62647f9df5aeed7dee90c819171a77fe47..3b22703d308f8435ddb00d5770eae79d30c3e8b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,99 @@
+2006-09-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/main.c:
+      MFB: Avoid generating php_errormsg twice in some instances.
+
+    * (PHP_5_2)
+      main/main.c:
+      Avoid generating php_errormsg twice in some instances.
+
+2006-09-18  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      ext/oci8/config.m4:
+      add PHP version detection to this branch too, since I'm using this branch
+      to make PECL releases
+
+2006-09-18  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/pcre/php_pcre.c:
+      Upgrade preg_split() to support Unicode strings.
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_language_scanner.l
+      ext/pcre/php_pcre.c
+      ext/pcre/php_pcre.h:
+      More work on Unicode support in PCRE. When UG(unicode) is on, all
+      strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8
+      encoding. Failure to do so will result in unpredictable results.
+
+2006-09-18  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_2)
+      ext/bcmath/libbcmath/src/.cvsignore
+      ext/gd/libgd/.cvsignore
+      ext/pcre/pcrelib/.cvsignore
+      ext/pdo_sqlite/sqlite/src/.cvsignore
+      ext/sqlite/libsqlite/src/.cvsignore
+      ext/zip/.cvsignore
+      ext/zip/lib/.cvsignore
+      main/.cvsignore
+      main/streams/.cvsignore
+      regex/.cvsignore
+      sapi/apache2filter/.cvsignore:
+      Add .libs to .cvsignore
+
+2006-09-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/curl/interface.c:
+      MFB: Fixed bug #38574 (missing curl constants and improper constant
+      detection).
+
+2006-09-18  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_2)
+      ext/session/tests/008-php4.2.3.phpt
+      ext/shmop/tests/001.phpt:
+      Fix tests
+
+2006-09-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/curl/interface.c:
+      Fixed bug #38574 (missing curl constants and improper constant detection).
+
+2006-09-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h:
+      Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno,
+      Dmitry)
+
+2006-09-18  Antony Dovgal  <antony@zend.com>
+
+    * ext/bz2/tests/002.phpt:
+      fix test
+
+    * (PHP_5_2)
+      ext/bz2/tests/002.phpt:
+      fix test (the error message is different across the systems)
+
+2006-09-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_vm_gen.php
+      ZendEngine2/zend_vm_gen.php:
+      Fixed non-specialized executor
+
+2006-09-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      main/main.c:
+      Fixed memory leak on require() error
+
 2006-09-17  Pierre-Alain Joye  <pierre.dev@gmail.com>
 
     * ext/filter/tests/037.phpt
index d3e0f210bb2dd7a681bb9989443c8f9e33194ec1..46a4534c4588e984b148c71ba4ed6ea33a3e62ca 100644 (file)
@@ -1,3 +1,25 @@
+2006-09-18  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_API.c
+      zend_API.h
+      zend_language_scanner.l:
+      More work on Unicode support in PCRE. When UG(unicode) is on, all
+      strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8
+      encoding. Failure to do so will result in unpredictable results.
+
+2006-09-18  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h:
+      Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno,
+      Dmitry)
+
+    * zend_vm_gen.php
+      zend_vm_gen.php:
+      Fixed non-specialized executor
+
 2006-09-14  Dmitry Stogov  <dmitry@zend.com>
 
     * zend.h