changelog               Wed May  7 01:31:40 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3038&r2=1.3039&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3038 php-src/ChangeLog:1.3039
--- php-src/ChangeLog:1.3038    Tue May  6 01:31:41 2008
+++ php-src/ChangeLog   Wed May  7 01:31:40 2008
@@ -1,3 +1,83 @@
+2008-05-06  Etienne Kneuss  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/spl/spl_array.c
+      ext/spl/tests/bug38618.phpt:
+      Add consistency with the flag
+
+    * ext/spl/spl_array.c:
+      Add a flag that defines whether the objects should get iterated through 
or
+      not
+
+2008-05-06  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c:
+      MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of 
environ
+      in POSIX systems).
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/basic_functions.c:
+      
+      MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of 
environ
+      in POSIX systems).
+
+    * (PHP_5_3)
+      ext/standard/basic_functions.c:
+      Fixed bug #44836 (putenv() crashes, avoid direct reference of environ in
+      POSIX systems)
+      
+
+2008-05-06  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_nonapi.c:
+      Make mysqli compilable in a 5_2 environment. Some want to use
+      mysqlnd+mysqli
+      with 5_2. This won't hurt 5_2 in any way. Won't be MFB-ed because HEAD is
+      completely different.
+
+2008-05-06  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c:
+      Use lazy symbol table initialization for op_arrays called from internal 
php
+      functions
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h:
+      Fixed possible memory leak
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c:
+      GC fix
+
+2008-05-06  Kalle Sommer Nielsen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS:
+      Fixed odd errors caused by last commit
+
+    * ext/standard/math.c:
+      Changed php_*h() + php_log1p() + php_expm1() to be static
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/math.c:
+      - Changed php_*h() to be static
+      * Changed NEWS entry to be say 'native' insted of 'Windows' (ref. *h())
+
+2008-05-06  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_vm_execute.h:
+      Regenerate zend_vm_execute.h
+
 2008-05-05  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_5_2)


Reply via email to