From: Date: Fri, 26 Mar 2004 01:34:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2RC1~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33b6d03bfe8178ee23745602cb6f20d5cf6ede03;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 79806c066f..d2577bad64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2004-03-25 Marcus Boerger + + * ext/standard/url_scanner_ex.c: + Pending touch + + * ext/standard/basic_functions.c + ext/standard/tests/math/bug27646.phpt: + -Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example) + -Change test to use constants without prior conversion + + * ext/ming/ming.c: + Really use studlyCaps here + +2004-03-25 Derick Rethans + + * NEWS + main/rfc1867.c: + - Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not + be + hidden from within scripts (and a result value in the $_FILES global can + be + used to see the real failure anyway). + + * ZendEngine2/zend_language_scanner.l: + - Remove old and deprecated scanner token. + +2004-03-25 Ilia Alshanetsky + + * ext/shmop/package.xml: + Corrected package file. + +2004-03-25 Hartmut Holzgraefe + + * ext/shmop/package.xml: + another package description + +2004-03-25 Andi Gutmans + + * NEWS: + - Update NEWS + + * ZendEngine2/zend_compile.c: + - If __construct() is defined then it will always take precedence over + - old style constructors. + +2004-03-25 Ilia Alshanetsky + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + +2004-03-25 Stanislav Malyshev + + * ZendEngine2/zend_execute.c: + no need to use result for RECV's - as in PHP4 + +2004-03-25 Ilia Alshanetsky + + * (PHP_4_3) + configure.in + main/php_version.h: + Go with 4.3.5 + +2004-03-25 Stanislav Malyshev + + * ZendEngine2/zend_execute.c: + Use get/set handlers for increment.decrement ops on objects + +2004-03-25 Andi Gutmans + + * ZendEngine2/zend_execute_API.c: + /* The compiler is not-reentrant. Make sure we __autoload() only during + run-time + * (doesn't impact fuctionality of __autoload() + */ + +2004-03-25 Marcus Boerger + + * NEWS + main/SAPI.c: + Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type + Header + +2004-03-25 Dmitry Stogov + + * ZendEngine2/zend_execute_API.c: + Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free. + 2004-03-24 Hartmut Holzgraefe * ext/dbx/package.xml diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d1cd4fc3aa..3d06d7a8d9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2004-03-25 Derick Rethans + + * zend_language_scanner.l: + - Remove old and deprecated scanner token. + +2004-03-25 Andi Gutmans + + * zend_compile.c: + - If __construct() is defined then it will always take precedence over + - old style constructors. + +2004-03-25 Stanislav Malyshev + + * zend_execute.c: + no need to use result for RECV's - as in PHP4 + + * zend_execute.c: + Use get/set handlers for increment.decrement ops on objects + +2004-03-25 Andi Gutmans + + * zend_execute_API.c: + /* The compiler is not-reentrant. Make sure we __autoload() only during + run-time + * (doesn't impact fuctionality of __autoload() + */ + +2004-03-25 Dmitry Stogov + + * zend_execute_API.c: + Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free. + 2004-03-24 Dmitry Stogov * zend.c