changelog               Sat Sep 22 01:31:24 2007 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2815&r2=1.2816&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2815 php-src/ChangeLog:1.2816
--- php-src/ChangeLog:1.2815    Fri Sep 21 01:31:23 2007
+++ php-src/ChangeLog   Sat Sep 22 01:31:23 2007
@@ -1,3 +1,66 @@
+2007-09-21  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_ini.c:
+      MFH: add NULL check (coverity issue #385) and fix CS
+
+    * ZendEngine2/zend_ini.c:
+      add NULL check (coverity issue #385) and fix CS
+
+    * (PHP_5_2)
+      main/main.c:
+      MFH: check for NULL (coverity issue #386)
+
+    * main/main.c:
+      check for NULL (coverity issue #386)
+
+    * (PHP_5_2)
+      ext/standard/filestat.c:
+      MFH: check the return value of getgroups() for -1 (coverity issue #390)
+
+    * ext/standard/filestat.c:
+      check the return value of getgroups() for -1 (coverity issue #390)
+
+    * (PHP_5_2)
+      ext/standard/array.c
+      ext/standard/tests/array/array_map_001.phpt:
+      MFH: plug leak on error (coverity issue #405)
+
+    * ext/standard/array.c
+      ext/standard/tests/array/array_map_001.phpt
+      ext/standard/tests/array/array_map_001.phpt:
+      plug leak on error (coverity issue #405)
+
+    * ext/iconv/iconv.c:
+      plug leak on error (coverity issue #407)
+
+    * (PHP_5_2)
+      ext/iconv/iconv.c:
+      MFH: plug leak on error (coverity issue #407)
+
+2007-09-21  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/array.c
+      ext/standard/array.c:
+      Improved speed of array_diff_key(), array_diff_assoc() and
+      array_udiff_assoc().
+
+2007-09-21  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      main/output.c:
+      initialize all fields of the struct (it's generally good idea even though
+      they should not be used)
+
+    * (PHP_5_2)
+      ext/standard/ftp_fopen_wrapper.c:
+      MFH: fix invalid read when opendir over FTP fails (coverity issue #462)
+
+    * ext/standard/ftp_fopen_wrapper.c:
+      fix invalid read when opendir over FTP fails (coverity issue #462)
+
 2007-09-20  Nuno Lopes  <[EMAIL PROTECTED]>
 
     * ext/tidy/tidy.c:

Reply via email to