]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 20 Apr 2004 00:35:29 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Tue, 20 Apr 2004 00:35:29 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 9a38b71991bf9498b80033a845dc487f8b13ce96..a03c61d0a45b6a0e1c835171474ae5a50eb15b77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2004-04-19  Rob Richards  <rrichards@ctindustries.net>
+
+    * scripts/Makefile.frag:
+      add ext/libxml/ to the headers path
+
+2004-04-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      show ini entries and classes for extensions.
+
+2004-04-19  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * NEWS
+      ext/standard/php_fopen_wrapper.c:
+      Fix #27865; don't dup STDIN, STDOUT or STDERR when running under CLI.
+
+2004-04-19  Derick Rethans  <php@derickrethans.nl>
+
+    * NEWS:
+      - Is it really this hard?</jani>
+
+2004-04-19  John Coggeshall  <john@coggeshall.org>
+
+    * NEWS:
+      Adding tidy error handling news
+
+2004-04-19  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * NEWS:
+      and the news
+
+    * configure.in
+      ext/standard/proc_open.c:
+      Add pty support to proc_open() for systems with Unix98 ptys.
+
+2004-04-19  Edin Kadribasic  <edink@emini.dk>
+
+    * ext/interbase/ibase_blobs.c
+      ext/interbase/ibase_events.c
+      ext/interbase/php_ibase_includes.h:
+      No need to export anything. Fixes win32 build
+
+2004-04-19  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (PHP_4_3)
+      NEWS:
+      news!
+
+    * (PHP_4_3)
+      main/network.c:
+      MFH: timeout duration too long in liveness checks for sockets.
+      Fixes Bug #28055
+
 2004-04-18  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/posix/posix.c:
index 7322700142a17660d1ada422b868a6c17fc53a4b..c1f602e5e22ccc175d9533ed5fe9bb7bcc0c402b 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      show ini entries and classes for extensions.
+
 2004-04-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend.c: