diff options
author | <changelog@php.net> | 2004-02-27 01:32:32 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-02-27 01:32:32 +0000 |
commit | 44f0fce25503b316fa6eeaaa574a71854214d467 (patch) | |
tree | a7de51080e5d4857912a0e436ffa77b42020384d | |
parent | c856e821d0609a6b1f7e97f721ac1473887b11da (diff) | |
download | php-git-44f0fce25503b316fa6eeaaa574a71854214d467.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 78 | ||||
-rw-r--r-- | Zend/ChangeLog | 9 |
2 files changed, 87 insertions, 0 deletions
@@ -1,3 +1,81 @@ +2004-02-26 Frank M. Kromann <frank@kromann.info> + + * ext/fbsql/php_fbsql.c + ext/fbsql/php_fbsql.h: + Adding function to change user passwords + +2004-02-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * 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 <jani.taskinen@kolumbus.fi> + + * 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 <phpinfo@t-online.de> + + * 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 <jani.taskinen@kolumbus.fi> + + * tests/lang/bug27395.phpt + tests/lang/bug27395.phpt: + Remove bogus test: see bug #20993 + +2004-02-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ZendEngine2/zend_reflection_api.c: + Fix problem with Reflection_Property (patch from Timm slightly modified). + +2004-02-26 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * ext/standard/http_fopen_wrapper.c: + MFB: typofix + + * (PHP_4_3) + ext/standard/http_fopen_wrapper.c: + typofix + +2004-02-26 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <php@derickrethans.nl> * ext/standard/tests/general_functions/highlight_heredoc.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e3c8ab727e..bdccd89721 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-02-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_language_parser.y + zend_language_scanner.l: + Fix __METHOD__ (noticed by Davey Sahfik) + + * zend_reflection_api.c: + Fix problem with Reflection_Property (patch from Timm slightly modified). + 2004-02-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_objects_API.c: |