changelog Wed Jun 23 20:32:17 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1665&r2=1.1666&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1665 php-src/ChangeLog:1.1666 --- php-src/ChangeLog:1.1665 Tue Jun 22 20:32:34 2004 +++ php-src/ChangeLog Wed Jun 23 20:32:16 2004 @@ -1,3 +1,62 @@ +2004-06-23 Sara Golemon <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS: + BFN and order fix + + * ZendEngine2/zend_execute.c: + BugFix #28879 Inconsistent behavior between explicit and implicit array + creation. + + Changes: + + Throw E_WARNING "Illegal offset type" when explicitly creating + array elements with objects, arrays, or resorces as indexes. + This matches implicit creation w/ obj/arr indices. + + Throw E_WARNING "Resource ID#%ld used as offset, casting to integer (%ld)" + when implicitly creating array with resource as index. (BC) + +2004-06-23 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/mbstring/tests/bug26639.phpt: + - Modify test case for wider coverage. + + * (PHP_4_3) + ext/mbstring/mbstring.c: + - Fix buf #28466 (mbstring_convert_variables() problem). + +2004-06-23 Georg Richter <[EMAIL PROTECTED]> + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_fe.c: + added php_mysqli_construct_get to support __construct in extended classes + +2004-06-23 Sascha Schumann <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/session/session.c: + - fix logic. if the client already sent us the cookie, we don't + need to send it again. if the id has been changed, we need to + update the client side. + +2004-06-23 Uwe Schindler <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + Addendum to bug #28878: change ini keys as PHP_INI_SYSTEM + Also: Adding "bucket" parameter to non-ini-keys, Elemination of double + CONTENT_TYPE/_LENGTH environment variables + +2004-06-23 Dmitry Stogov <[EMAIL PROTECTED]> + + * php.ini-dist + php.ini-recommended: + Added SOAP configuration directives + 2004-06-22 Andrei Zmievski <[EMAIL PROTECTED]> * NEWS @@ -5282,7 +5341,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1665 2004/06/23 00:32:34 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1666 2004/06/24 00:32:16 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>