From: Date: Tue, 31 Oct 2006 01:31:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b124d3c4b3754467fdbdbd8c970aadc6ff368878;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0cfbae3bac..018c093b69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2006-10-30 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + Back to dev + + * (PHP_5_2) + NEWS: + Fixed year + + * (PHP_5_2) + configure.in + main/php_version.h: + 5.2.0 + +2006-10-30 Pierre-Alain Joye + + * ext/zip/php_zip.c: + - nuke flags local variable, it is constant + +2006-10-30 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + Prep news file for 5.2 + +2006-10-30 Pierre-Alain Joye + + * ext/zip/tests/oo_extract.phpt + ext/zip/tests/oo_getcomment.phpt + ext/zip/tests/oo_getnameindex.phpt + ext/zip/tests/oo_setcomment.phpt + ext/zip/tests/oo_stream.phpt + ext/zip/tests/utils.inc + ext/zip/tests/zip_entry_read.phpt: + - add tests for extractTo, set/getComment and stream and zip_entry_close + + * ext/zip/php_zip.c: + - fix leak in statName and statIndex + - use zip_locate_name instead of zip_stat in setCommentName (faster and + work around for a possible bug) + +2006-10-30 Rasmus Lerdorf + + * (PHP_5_2) + README.input_filter: + Pierre requested an update to this. I don't think it makes sense to + remove what little API docs we have here, and the simple example in this + doc is a lot easier to follow than ext/filter. + +2006-10-30 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug39304.phpt: + Fixed bug #39304 (Segmentation fault with list unpacking of string offset) + + * ZendEngine2/tests/bug39304.phpt + ZendEngine2/tests/bug39304.phpt: + + file bug39304.phpt was initially added on branch PHP_5_2. + 2006-10-28 Antony Dovgal * ZendEngine2/zend_opcode.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 47bf9c00b1..251ff3c5b4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2006-10-30 Dmitry Stogov + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug39304.phpt: + Fixed bug #39304 (Segmentation fault with list unpacking of string offset) + + * tests/bug39304.phpt + tests/bug39304.phpt: + + file bug39304.phpt was initially added on branch PHP_5_2. + 2006-10-28 Antony Dovgal * zend_opcode.c: