From 3d7986ce1d0e2b5e2f56f2a72d5d64fb83697f63 Mon Sep 17 00:00:00 2001 From: Date: Thu, 13 Nov 2008 01:32:14 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 23 +++++++++++++ 2 files changed, 116 insertions(+) diff --git a/ChangeLog b/ChangeLog index 71e08f14c2..b7cb84ca3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2008-11-12 Felipe Pena + + * (PHP_5_2) + ext/zip/lib/zipint.h + ext/zip/lib/zipint.h: + - MFH: Fixed a macro redefinition on BSD for different purpose + + * ext/zip/lib/zipint.h: + - Fixed a macro redefinition on BSD for different purpose + + * ext/zip/php_zip.c: + - Removed unused variables + + * ext/zip/tests/bug38943_2.phpt + ext/zip/tests/bug38943_2.phpt + ext/zip/tests/bug38943_2.phpt: + - Fix test + + * (PHP_5_3) + main/main.c: + - Silent valgrind + +2008-11-12 Pierre-Alain Joye + + * (PHP_5_2) + NEWS: + - update NEWS for #14962 + + * (PHP_5_2) + ext/zip/php_zip.c + ext/zip/php_zip.h + ext/zip/tests/bug14962.phpt + ext/zip/tests/bug38943.inc + ext/zip/tests/bug38943.phpt + ext/zip/tests/bug38943_2.phpt + ext/zip/tests/bug7658.phpt + ext/zip/tests/oo_delete.phpt: + - MFH: + - #14962, makes extractTo 2nd argument really optional + - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO + - sync tests + + * (PHP_5_3) + ext/zip/php_zip.c + ext/zip/php_zip.h + ext/zip/tests/bug14962.phpt: + - MFH: + - #14962, makes extractTo 2nd argument really optional + - replace ZEND_ENGINE_2_1 by PHP_ZIP_USE_OO + + * ext/zip/php_zip.c + ext/zip/php_zip.h + ext/zip/tests/bug14962.phpt + ext/zip/tests/bug14962.phpt + ext/zip/tests/bug14962.phpt + ext/zip/tests/bug38943.inc + ext/zip/tests/bug38943.inc + ext/zip/tests/bug38943.phpt + ext/zip/tests/bug38943_2.phpt + ext/zip/tests/bug38943_2.phpt + ext/zip/tests/bug38944.phpt + ext/zip/tests/bug7658.phpt: + - fix #14962 (makes 2nd argument really optional) + - replace ZEND_ENGINE_2_1 test with PHP_ZIP_USE_OO, version independent + - sync tests with 5.3 + + * ext/zip/lib/mkstemp.c + ext/zip/lib/unistd.h: + - not necessary anymore + +2008-11-12 Antony Dovgal + + * (PHP_5_3) + ZendEngine2/zend_execute_API.c: + make sure the slash is actually thre before reading past it + +2008-11-12 Stanislav Malyshev + + * (PHP_5_3) + ZendEngine2/zend_compile.c: + fix potential crash in zend_do_assign due to opcodes realloc + + * (PHP_5_3) + ZendEngine2/zend_compile.c: + fix crash - using old opline after realloc + +2008-11-12 Ilia Alshanetsky + + * (PHP_5_3) + ZendEngine2/zend_compile.c: + + Removed unused vars + 2008-11-11 Stanislav Malyshev * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index dd4d928063..9b8ab75718 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,26 @@ +2008-11-12 Antony Dovgal + + * (PHP_5_3) + zend_execute_API.c: + make sure the slash is actually thre before reading past it + +2008-11-12 Stanislav Malyshev + + * (PHP_5_3) + zend_compile.c: + fix potential crash in zend_do_assign due to opcodes realloc + + * (PHP_5_3) + zend_compile.c: + fix crash - using old opline after realloc + +2008-11-12 Ilia Alshanetsky + + * (PHP_5_3) + zend_compile.c: + + Removed unused vars + 2008-11-11 Stanislav Malyshev * (PHP_5_3) -- 2.50.1