changelog Tue Jul 6 20:32:37 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1678&r2=1.1679&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1678 php-src/ChangeLog:1.1679 --- php-src/ChangeLog:1.1678 Mon Jul 5 20:33:26 2004 +++ php-src/ChangeLog Tue Jul 6 20:32:37 2004 @@ -1,3 +1,38 @@ +2004-07-06 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/standard/string.c: + MFH: Fixed bug #29034 (wordwrap() returns a boolean when passed empty + string). + + * ext/standard/string.c: + Fixed bug #29034 (wordwrap() returns a boolean when passed empty string). + +2004-07-06 Sergey Kartashoff <[EMAIL PROTECTED]> + + * ext/mnogosearch/php_mnogo.c: + - Some fixes in mnogosearch extension + +2004-07-06 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/standard/dl.c: + - Revert storing handle, got lost in 1.92, noticed by Kamesh Jayachandran + <kameshj at fastmail dot fm> + +2004-07-06 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/ibase_query.c + ext/interbase/interbase.c + ext/interbase/php_ibase_includes.h: + Don't copy ini items to module globals + (fixed unregistered bug with mangled default_db setting) + +2004-07-06 Dmitry Stogov <[EMAIL PROTECTED]> + + * NEWS: + Fixed bug #28751 (SoapServer does not call _autoload()) + 2004-07-05 Marcus Boerger <[EMAIL PROTECTED]> * NEWS @@ -5643,7 +5678,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1678 2004/07/06 00:33:26 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1679 2004/07/07 00:32:37 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>