changelog               Sat Jun  6 01:32:57 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3425&r2=1.3426&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3425 php-src/ChangeLog:1.3426
--- php-src/ChangeLog:1.3425    Fri Jun  5 01:32:52 2009
+++ php-src/ChangeLog   Sat Jun  6 01:32:55 2009
@@ -1,3 +1,109 @@
+2009-06-05  Brian Shire  <sh...@tekrat.com>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_opcode.c:
+      MFH: Make pass_two visible to extensions with ZEND_API (required for
+      optimizer).
+
+    * ZendEngine2/zend_compile.h
+      ZendEngine2/zend_opcode.c:
+      Make pass_two visible to extensions with ZEND_API (required for 
optimizer).
+
+2009-06-05  Rasmus Lerdorf  <ras...@lerdorf.com>
+
+    * (PHP_5_2)
+      ext/date/php_date.c:
+      Make this happy on gcc2
+
+    * (PHP_5_2)
+      ZendEngine2/zend.h:
+      We don't have these in gcc2
+
+    * ZendEngine2/zend.h:
+      No always_inline attribute in gcc2
+
+    * (PHP_5_3)
+      ZendEngine2/zend.h:
+      There is no always_inline attribute in gcc2
+
+2009-06-05  Matt Wilmas  <php_li...@realplain.com>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c
+      ext/interbase/php_ibase_udf.c
+      ext/mbstring/php_mbregex.c
+      ext/pcre/php_pcre.c
+      ext/standard/assert.c
+      sapi/cli/php_cli.c:
+      MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c
+      ext/interbase/php_ibase_udf.c
+      ext/mbstring/php_mbregex.c
+      ext/pcre/php_pcre.c
+      ext/standard/assert.c
+      sapi/cli/php_cli.c:
+      Added zend_eval_stringl and made create_function(), etc. binary-safe
+
+    * (PHP_5_3)
+      ext/standard/tests/array/array_slice_variation2.phpt
+      ext/standard/tests/array/array_slice_variation3.phpt
+      ext/standard/tests/math/decbin_variation1_64bit.phpt
+      ext/standard/tests/math/dechex_variation1_64bit.phpt
+      ext/standard/tests/math/decoct_variation1_64bit.phpt:
+      MFH: Fixed tests again after double->long conversion change (to match 
5.2)
+
+    * ext/standard/tests/array/array_slice_variation2.phpt
+      ext/standard/tests/array/array_slice_variation3.phpt
+      ext/standard/tests/math/decbin_variation1_64bit.phpt
+      ext/standard/tests/math/dechex_variation1_64bit.phpt
+      ext/standard/tests/math/decoct_variation1_64bit.phpt:
+      Fixed tests again after double->long conversion change (to match 5.2)
+
+2009-06-05  Arnaud Le Blanc  <arnaud...@gmail.com>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_ptr_stack.h
+      ZendEngine2/zend_types.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      better fix for #48409 , #48428 , #48228
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_ptr_stack.h
+      ZendEngine2/zend_types.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      MFH: better fix for #48409 , #48428 , #48228
+
+    * ZendEngine2/zend_execute.h
+      ZendEngine2/zend_ptr_stack.h
+      ZendEngine2/zend_types.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      better fix for #48409 , #48428 , #48228
+
+2009-06-05  Greg Beaver  <g...@chiaraquartet.net>
+
+    * (PHP_5_3)
+      NEWS
+      ext/phar/phar_object.c
+      ext/phar/tests/phar_oo_011.phpt:
+      MFH: fixed isset() on sub-directories (isset("blah") if file 
"blah/foo.php"
+      exists)
+
+    * ext/phar/phar_object.c
+      ext/phar/tests/phar_oo_011.phpt:
+      fixed isset() on sub-directories (isset('blah') if file 'blah/foo.php'
+      exists)
+
 2009-06-04  Greg Beaver  <g...@chiaraquartet.net>
 
     * (PHP_5_3)
@@ -44361,7 +44467,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3425 2009/06/05 01:32:52 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3426 2009/06/06 01:32:55 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to