changelog               Tue Jul  5 01:38:46 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2032&r2=1.2033&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2032 php-src/ChangeLog:1.2033
--- php-src/ChangeLog:1.2032    Mon Jul  4 01:38:29 2005
+++ php-src/ChangeLog   Tue Jul  5 01:38:41 2005
@@ -1,3 +1,92 @@
+2005-07-04  Jon Parise  <[EMAIL PROTECTED]>
+
+    * run-tests.php:
+      If the PHP_AUTOCONF and PHP_AUTOMAKE environmental variables are set, use
+      them when describing the build environment.
+      
+      Support for these variables was originally added to build/build2.mk:1.36.
+      
+      As a side note, the build system uses PHP_AUTOHEADER.  Perhaps it should
+      be listed on its own in the build environment for completeness, despite 
it
+      being a component of the autoconf package.
+
+2005-07-04  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h:
+      Fixed SIGSEGV on 'global ${"{$blah}_ID"};'
+
+2005-07-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/session/tests/001.phpt
+      ext/session/tests/003.phpt
+      ext/session/tests/006.phpt
+      ext/session/tests/007.phpt
+      ext/session/tests/008-php4.2.3.phpt
+      ext/session/tests/009.phpt
+      ext/session/tests/012.phpt
+      ext/session/tests/013.phpt
+      ext/session/tests/014.phpt
+      ext/session/tests/015.phpt
+      ext/session/tests/017.phpt
+      ext/session/tests/018.phpt
+      ext/session/tests/019.phpt
+      ext/session/tests/020.phpt
+      ext/session/tests/021.phpt
+      ext/session/tests/bug24592.phpt
+      ext/session/tests/bug26862.phpt:
+      Make sure files-save handler is used always
+
+2005-07-04  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * NEWS
+      NEWS
+      sapi/aolserver/aolserver.c
+      sapi/aolserver/aolserver.c
+      sapi/apache2filter/apache_config.c
+      sapi/apache2filter/apache_config.c
+      sapi/apache2handler/apache_config.c
+      sapi/apache2handler/apache_config.c
+      sapi/nsapi/nsapi.c
+      sapi/nsapi/nsapi.c:
+      Fixed bug #33520 (crash if safe_mode is on and session.save_path is
+      changed)
+
+2005-07-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * tests/lang/023.phpt:
+      UTC is better
+
+2005-07-04  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/array/bug31158.phpt
+      ext/standard/tests/array/bug31158.phpt:
+      
+      Fixed bug #31158 (array_splice on $GLOBALS crashes)
+
+    * NEWS
+      NEWS
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_execute_API.c
+      ext/standard/array.c
+      ext/standard/array.c
+      ext/standard/tests/array/bug31158.phpt:
+      Fixed bug #31158 (array_splice on $GLOBALS crashes)
+
+2005-07-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * tests/lang/023.phpt:
+      fix test
+
+2005-07-04  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      - Fixed bug #33562 (date("") crashes).
+
 2005-07-03  Derick Rethans  <[EMAIL PROTECTED]>
 
     * NEWS:
@@ -5805,7 +5894,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2032 2005/07/04 05:38:29 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2033 2005/07/05 05:38:41 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -9206,7 +9295,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2032 2005/07/04 05:38:29 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2033 2005/07/05 05:38:41 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -9687,7 +9776,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2032 2005/07/04 05:38:29 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2033 2005/07/05 05:38:41 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -11161,7 +11250,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2032 2005/07/04 05:38:29 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2033 2005/07/05 05:38:41 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to