changelog Thu Feb 26 20:32:29 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1550&r2=1.1551&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1550 php-src/ChangeLog:1.1551 --- php-src/ChangeLog:1.1550 Wed Feb 25 20:32:22 2004 +++ php-src/ChangeLog Thu Feb 26 20:32:28 2004 @@ -1,3 +1,81 @@ +2004-02-26 Frank M. Kromann <[EMAIL PROTECTED]> + + * ext/fbsql/php_fbsql.c + ext/fbsql/php_fbsql.h: + Adding function to change user passwords + +2004-02-26 Marcus Boerger <[EMAIL PROTECTED]> + + * tests/classes/abstract_derived.phpt: + Fixes for abstract classes + + * ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_scanner.l: + Fix __METHOD__ (noticed by Davey Sahfik) + + * tests/lang/foreach_with_object_001.phpt: + Add new test (from pierre) + +2004-02-26 Jani Taskinen <[EMAIL PROTECTED]> + + * ext/mysqli/mysqli_prop.c + ext/mysqli/mysqli_repl.c + ext/mysqli/mysqli_report.h + ext/mysqli/php_mysqli.h: + ws & cs fixes + +2004-02-26 Georg Richter <[EMAIL PROTECTED]> + + * ext/mysqli/mysqli_api.c: + prototype fix for mysqli_ping + + * php.ini-dist + php.ini-recommended + ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/php_mysqli.h: + added MySQLI ini entries + added ini parameter for mysql->reconnect + + * ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_prop.c: + removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ) + added mysqli_multi_query to function table + changed stmt->affected_rows property (http://bugs.mysql.com/?id=2247) for + 4.1.2 + +2004-02-26 Jani Taskinen <[EMAIL PROTECTED]> + + * tests/lang/bug27395.phpt + tests/lang/bug27395.phpt: + Remove bogus test: see bug #20993 + +2004-02-26 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_reflection_api.c: + Fix problem with Reflection_Property (patch from Timm slightly modified). + +2004-02-26 Jani Taskinen <[EMAIL PROTECTED]> + + * ext/standard/http_fopen_wrapper.c: + MFB: typofix + + * (PHP_4_3) + ext/standard/http_fopen_wrapper.c: + typofix + +2004-02-26 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + ext/standard/http_fopen_wrapper.c: + MFH: Handle situation where feof() occurs before the HTTP header is + retrieved. + + * ext/standard/http_fopen_wrapper.c: + Handle situation where feof() occurs before the HTTP header is retrieved. + 2004-02-25 Derick Rethans <[EMAIL PROTECTED]> * ext/standard/tests/general_functions/highlight_heredoc.phpt