]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 27 Feb 2004 01:32:32 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 27 Feb 2004 01:32:32 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index af1d6da2a0f9b9d1c558d5b52b06243f385c11e5..947715ea9d53da101a576c8761e5b14a1399d854 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e3c8ab727eed08c8a58bb517b6c525f2c9a1adc6..bdccd8972167409579a318d36560bdaa17f30a58 100644 (file)
@@ -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: