changelog Fri Mar 9 01:31:02 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2623&r2=1.2624&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2623 php-src/ChangeLog:1.2624
--- php-src/ChangeLog:1.2623 Thu Mar 8 01:31:07 2007
+++ php-src/ChangeLog Fri Mar 9 01:31:01 2007
@@ -1,3 +1,101 @@
+2007-03-08 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_api.c:
+ MFB: fix crash/leak in bug #38710
+
+ * (PHP_5_2)
+ NEWS:
+ more fixes
+
+ * (PHP_5_2)
+ ext/mysqli/mysqli_api.c:
+ fix crash/leak in bug #38710
+
+ * (PHP_5_2)
+ NEWS:
+ add news
+
+2007-03-08 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ BFN: gd gif reading
+
+2007-03-08 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h:
+ MFB: fix crash on $x['x']['y'] += 1, patch by Brian Shire
+
+ * ZendEngine2/tests/offset_assign.phpt:
+ MFB test
+
+ * ZendEngine2/tests/offset_assign.phpt
+ ZendEngine2/tests/offset_assign.phpt:
+
+ file offset_assign.phpt was initially added on branch PHP_5_2.
+
+ * (PHP_5_2)
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h:
+ fix crash on $x['x']['y'] += 1, patch by Brian Shire
+
+2007-03-08 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * ext/gd/libgd/gd_gif_in.c:
+ MFB: fix thread unsafety in the gif reader code (merge from libgd cvs)
+
+ * (PHP_5_2)
+ ext/gd/libgd/gd_gif_in.c:
+ fix thread unsafety in the gif reader code (merge from libgd cvs)
+
+2007-03-08 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.h
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_language_parser.y
+ ZendEngine2/zend_opcode.c
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_opcodes.h:
+ - Improved version of ternary shortcut
+
+2007-03-08 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/string.c:
+ clarify checks and error messages
+
+2007-03-08 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/basic_functions.c
+ ext/standard/tests/general_functions/bug40752.phpt:
+ MFH: fix #40752 (parse_ini_file() segfaults when a scalar setting is
+ redeclared as an array)
+
+ * ext/standard/tests/general_functions/bug40752.phpt
+ ext/standard/tests/general_functions/bug40752.phpt:
+
+ fix #40752 (parse_ini_file() segfaults when a scalar setting is
redeclared
+ as an array)
+
+ * ext/standard/basic_functions.c:
+ fix #40752 (parse_ini_file() segfaults when a scalar setting is
redeclared
+ as an array)
+
+2007-03-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/string.c:
+ Improved length parameter validation
+
+ * (PHP_5_2)
+ ext/standard/string.c:
+ Improved offset validation
+
2007-03-07 Stanislav Malyshev <[EMAIL PROTECTED]>
* (PHP_5_2)