From 1ef7bf69979b599828cac65e3248674e9036e6f7 Mon Sep 17 00:00:00 2001 From: Date: Tue, 14 Jun 2005 05:32:30 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 20 ++++++++++++ 2 files changed, 105 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2675bbc2dc..9213d0b11e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2005-06-13 Hartmut Holzgraefe + + * NEWS: + added news item for GLOB_ERR fix + +2005-06-13 Edin Kadribasic + + * ext/bz2/bz2.c: + MFB: MSVC++ 6.0 doesn't support long long type + + * (PHP_4_4) + ext/bz2/bz2.c: + MSVC++ 6.0 doesn't support long long type + +2005-06-13 Dmitry Stogov + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_gen.php + ZendEngine2/zend_vm_opcodes.h: + Specializer optimization + +2005-06-13 Derick Rethans + + * (PHP_4_4) + configure.in + main/php_version.h: + - Back to dev + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Go with 4.4.0RC1. + +2005-06-13 Jani Taskinen + + * (PHP_4_4) + ext/standard/var_unserializer.c: + touch + +2005-06-13 Derick Rethans + + * (PHP_4_4) + ext/standard/var_unserializer.re: + - MFH: Fixed bug with unserialize() with "exotic" letters in class names + +2005-06-13 Dmitry Stogov + + * NEWS + ZendEngine2/zend.c + ZendEngine2/zend.h + ZendEngine2/zend_execute.c: + Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol + 'zend_error'). + The fix is not tested on Solaris and DARWIN! + +2005-06-13 Antony Dovgal + + * (PHP_4_4) + ext/oci8/oci8.c + ext/oci8/oci8.c: + MFH: + destroy session after destroying error handle + SQLT_CHR is allowed too + + * ext/oci8/oci8.c: + destroy session after destroying error handle + SQLT_CHR is allowed too + +2005-06-13 Jani Taskinen + + * NEWS + acinclude.m4: + - Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle + -pthread) + +2005-06-13 Dmitry Stogov + + * NEWS + ZendEngine2/zend_reflection_api.c + ZendEngine2/tests/bug33312.phpt: + Fixed bug #33312 (ReflectionParameter methods do not work correctly) + 2005-06-12 Ilia Alshanetsky * ext/standard/user_filters.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3ae3f8072a..71a2443192 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2005-06-13 Dmitry Stogov + + * zend_execute.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_gen.php + zend_vm_opcodes.h: + Specializer optimization + + * zend.c + zend.h + zend_execute.c: + Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol + 'zend_error'). + The fix is not tested on Solaris and DARWIN! + + * zend_reflection_api.c + tests/bug33312.phpt: + Fixed bug #33312 (ReflectionParameter methods do not work correctly) + 2005-06-11 Andi Gutmans * zend.h: -- 2.40.0