changelog               Thu Feb 21 01:31:36 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2964&r2=1.2965&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2964 php-src/ChangeLog:1.2965
--- php-src/ChangeLog:1.2964    Wed Feb 20 01:31:28 2008
+++ php-src/ChangeLog   Thu Feb 21 01:31:36 2008
@@ -1,3 +1,135 @@
+2008-02-20  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * ext/pcre/php_pcre.c
+      ext/pcre/php_pcre.c:
+      MFB: Fixed Bug #44191 (preg_grep messes up array index)
+
+    * (PHP_5_2)
+      NEWS
+      ext/pcre/php_pcre.c:
+      Fixed Bug #44191 (preg_grep messes up array index)
+
+    * ext/pcre/tests/bug44191.phpt
+      ext/pcre/tests/bug44191.phpt:
+      New test
+
+    * ext/pcre/tests/bug44191.phpt
+      ext/pcre/tests/bug44191.phpt
+      ext/pcre/tests/bug44191.phpt:
+        1.1.4;
+      file bug44191.phpt was initially added on branch PHP_5_2.
+
+2008-02-20  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt
+      ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt:
+      Fix test. Now passes.
+
+2008-02-20  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/syslog.c:
+      
+      MFB: Fixed bug #44152 (Possible crash with syslog logging on ZTS builds).
+
+    * ext/standard/syslog.c:
+      
+      MFB: Fixed a possible crash with syslog logging on ZTS builds
+
+    * (PHP_5_3)
+      ext/standard/syslog.c:
+      Fixed a possible crash with syslog logging on ZTS builds
+
+2008-02-20  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_result.c
+      ext/mysqlnd/mysqlnd_result.c
+      ext/mysqlnd/mysqlnd_wireprotocol.c
+      ext/mysqlnd/mysqlnd_wireprotocol.c
+      ext/mysqlnd/mysqlnd_wireprotocol.h
+      ext/mysqlnd/mysqlnd_wireprotocol.h:
+      Fix memory leak
+
+2008-02-20  Josie Messa  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation4.phpt
+      ext/standard/tests/array/current_variation4.phpt:
+      - New tests for current() function
+
+    * ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_basic.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_error.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation1.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation2.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation3.phpt
+      ext/standard/tests/array/current_variation4.phpt
+      ext/standard/tests/array/current_variation4.phpt
+      ext/standard/tests/array/current_variation4.phpt:
+        1.1.4;
+      file current_basic.phpt was initially added on branch PHP_5_2.
+
+2008-02-20  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/tests/bug44184.phpt
+      ZendEngine2/tests/bug44184.phpt
+      ZendEngine2/tests/bug44184.phpt:
+        1.1.4;
+      file bug44184.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug44184.phpt
+      ZendEngine2/tests/bug44184.phpt:
+      Fixed bug #44184 (Double free of loop-variable on exception)
+
+    * ZendEngine2/zend_gc.c
+      ZendEngine2/zend_gc.c:
+      Added checks for destoied objects
+
+2008-02-20  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/pdo/pdo_stmt.c
+      ext/pdo/pdo_stmt.c:
+      
+      MFB: Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an 
error)
+
+    * (PHP_5_3)
+      ext/pdo/pdo_stmt.c:
+      Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)
+
 2008-02-19  Christopher Jones  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)

Reply via email to