]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 16 May 2006 05:31:53 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Tue, 16 May 2006 05:31:53 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index bce64dc213845e0e679c74b12ba70f18cdeef4c1..b8978208b16a42ef1db10a19ee404d73ea79176c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2006-05-15  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      ZendEngine2/tests/bug37144.phpt:
+      Added test
+
+    * ZendEngine2/tests/bug37144.phpt
+      ZendEngine2/tests/bug37144.phpt:
+      
+      Added test
+
+    * ZendEngine2/tests/bug37144.phpt
+      ZendEngine2/tests/bug37144.phpt:
+      
+      file bug37144.phpt was initially added on branch PHP_5_1.
+
+2006-05-15  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * (PHP_5_2)
+      NEWS:
+      My bad.
+
+    * (PHP_5_2)
+      NEWS:
+      Fugbix NEWS entries.
+
+    * (PHP_5_2)
+      NEWS:
+      Fugbix typo.
+
+2006-05-15  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/tests/bug37144.phpt:
+      -** empty log message ***
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h:
+      Optimized require_once/include_once (eliminated fopen() on second usage)
+
+    * ZendEngine2/zend_globals.h
+      ZendEngine2/zend_ini.c:
+      Optimized request shutdown sequence to iterate only over modified ini
+      directives
+
+    * (PHP_5_2)
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_ini.c:
+      Optimized shutdown sequence to iterate only over modified ini directives
+
+    * sapi/cgi/cgi_main.c
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.h:
+      - Removed source compatibility with libfcgi
+      - Optimized access to FastCGI environment using HashTable instead of
+      linear sear
+      ch
+      - Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die
+      - Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers
+
+    * (PHP_5_2)
+      sapi/cgi/cgi_main.c
+      sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.h:
+      - Removed source compatibility with libfcgi
+      - Optimized access to FastCGI environment using HashTable instead of
+      linear search
+      - Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die
+      - Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers
+
+2006-05-15  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      ext/oci8/config.w32
+      ext/oci8/config.w32:
+      MFH: disable OCILobRead2() support on Win32
+
+    * ext/oci8/config.w32:
+      disable OCILobRead2() support on Win32
+
 2006-05-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_2)
index 4b05f705452fd41d75ed5161717528db429c433a..80af9f2807400b3595cacb458a55433f07b67fa4 100644 (file)
@@ -1,3 +1,41 @@
+2006-05-15  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      tests/bug37144.phpt:
+      Added test
+
+    * (PHP_5_1)
+      tests/bug37144.phpt:
+      -** empty log message ***
+
+    * tests/bug37144.phpt
+      tests/bug37144.phpt:
+      
+      Added test
+
+    * tests/bug37144.phpt
+      tests/bug37144.phpt:
+      
+      file bug37144.phpt was initially added on branch PHP_5_1.
+
+    * zend_execute.c
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h:
+      Optimized require_once/include_once (eliminated fopen() on second usage)
+
+    * zend_globals.h
+      zend_ini.c:
+      Optimized request shutdown sequence to iterate only over modified ini
+      directives
+
+    * (PHP_5_2)
+      zend_globals.h
+      zend_ini.c:
+      Optimized shutdown sequence to iterate only over modified ini directives
+
 2006-05-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_2)