From 4d5fd77412beae6d07c0724157c66110e3a6bde8 Mon Sep 17 00:00:00 2001 From: Date: Thu, 28 Oct 2004 00:35:35 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 19 +++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index a91b3983e4..b3af0ad73c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2004-10-27 Ilia Alshanetsky + + * ext/standard/microtime.c: + Simplify and cleanup code. + +2004-10-27 Andi Gutmans + + * ZendEngine2/zend_vm_opcodes.h: + - Oops missed this one + + * ZendEngine2/zend_operators.c: + - Revert Fixed bug #30228 (crash when comparing SimpleXML attribute to a + boolean). + - Need to discuss where the real problem is. + + * ZendEngine2/README.ZEND_VM: + - Tiny fixes + + * ZendEngine2/README.ZEND_VM + ZendEngine2/zend_compile.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_gen.php: + - Improve comments, docs, code... + +2004-10-27 Antony Dovgal + + * (PHP_4_3) + NEWS + NEWS: + BFN + + * (PHP_4_3) + ext/standard/file.c + main/streams/plain_wrapper.c: + MFH: fix bug #30388 (rename across filesystems loses ownership and + permission info) + + * main/streams/plain_wrapper.c: + fix bug #30388 (rename across filesystems loses ownership and permission + info) + +2004-10-27 Wez Furlong + + * ext/openssl/openssl.c + ext/openssl/openssl.c + ext/openssl/openssl.c: + Fix possible crash; patch by Kamesh Jayachandran + 2004-10-26 Andrey Hristov * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 091188d554..4362eed9b0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2004-10-27 Andi Gutmans + + * zend_vm_opcodes.h: + - Oops missed this one + + * zend_operators.c: + - Revert Fixed bug #30228 (crash when comparing SimpleXML attribute to a + boolean). + - Need to discuss where the real problem is. + + * README.ZEND_VM: + - Tiny fixes + + * README.ZEND_VM + zend_compile.h + zend_vm_execute.h + zend_vm_gen.php: + - Improve comments, docs, code... + 2004-10-26 Andi Gutmans * zend_builtin_functions.c: -- 2.40.0