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

index b8e280f135bac1fe924b75f90dfe8208a7223cc9..63c0f9b2b8545880408a2326650994da400e1a90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+2004-03-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * run-tests.php:
+      Fixed generate_array_diff().
+
+2004-03-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/lang/bug26640.phpt:
+      Fix tests
+
+    * ZendEngine2/tests/bug26695.phpt
+      tests/classes/static_properties_002.phpt:
+      Fix test
+
+    * scripts/dev/search_underscores.php:
+      Add more statistics
+
+2004-03-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      Zend/zend_builtin_functions.c
+      ext/standard/array.c
+      ext/standard/tests/array/bug27782.phpt:
+      MFH: Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).
+
+    * ZendEngine2/zend_builtin_functions.c
+      ext/standard/array.c:
+      Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).
+
+    * ext/standard/tests/array/bug27782.phpt:
+      
+      Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).
+
+2004-03-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * scripts/dev/search_underscores.php:
+      The test script to search for underscores
+
+    * ZendEngine2/zend_reflection_api.c:
+      TSRM fix
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend.h
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_reflection_api.c:
+      - Fix Reflection class names
+      - Add ability to get the extension an internal class was defined in
+
+2004-03-30  Frank M. Kromann  <frank@kromann.info>
+
+    * (PHP_4_3)
+      ext/mssql/php_mssql.c:
+      MFH: Fix for #27764. Get return value from a stored procedure not returning
+      any result sets
+
+    * ext/mssql/php_mssql.c:
+      Fix for #27764. Get return value from a stored procedure not returning any
+      result sets
+
+2004-03-30  Stanislav Malyshev  <stas@zend.com>
+
+    * TSRM/TSRM.c:
+      Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown
+      makes
+      modules registering TSRM ids to crash, if they have dtors, since the
+      module
+      is unloaded before tsrm_shutdown is called. Can be re-enabled after
+      tsrm_free_id is implemented.
+
+    * (PHP_4_3)
+      TSRM/TSRM.c:
+      Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown
+      makes
+      modules registering TSRM ids to crash, if they have dtors,
+      since the module is unloaded before tsrm_shutdown is called.
+      Can be re-enabled after tsrm_free_id is implemented.
+
+2004-03-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+2004-03-30  Ard Biesheuvel  <a.k.biesheuvel@ewi.tudelft.nl>
+
+    * ext/standard/tests/general_functions/sunfuncts.phpt:
+      Prevent test from failing on least significant digit
+
+2004-03-30  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (PHP_4_3)
+      main/streams.c:
+      Fix for Bug #27762: SCO Openserver doesn't have S_ISSOCK
+      Possible side effect from this is that CLI scripts run from inetd won't
+      realize that stdin/stdout are sockets.  But thats not our problem.
+
+2004-03-30  Andi Gutmans  <andi@zend.com>
+
+    * ext/standard/incomplete_class.c:
+      - Tiny improvement.
+
 2004-03-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/acconfig.h
index f29c5ac96f98fd703b8be572f660e316ec64d37b..14efdae3dbc6221962fb475117c587fad3859aea 100644 (file)
@@ -1,3 +1,27 @@
+2004-03-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/bug26695.phpt:
+      Fix test
+
+2004-03-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_builtin_functions.c:
+      Fixed bug #27782 (Wrong behaviour of next(), prev() and each()).
+
+2004-03-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      TSRM fix
+
+    * zend.c
+      zend.h
+      zend_API.c
+      zend_API.h
+      zend_globals.h
+      zend_reflection_api.c:
+      - Fix Reflection class names
+      - Add ability to get the extension an internal class was defined in
+
 2004-03-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * acconfig.h: