]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 18 Mar 2003 01:35:05 +0000 (01:35 +0000)
committer <changelog@php.net> <>
Tue, 18 Mar 2003 01:35:05 +0000 (01:35 +0000)
ChangeLog
Zend/ChangeLog

index c9b56c13be1033373217874743b6c2c53b75e369..d2172e38d4d185f407ee41be8495fb83b7e25bfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,83 @@
+2003-03-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/streams/streams.c:
+      Win32 build fix.
+
+2003-03-17  Ian Holsman  <Ian@holsman.net>
+
+    * sapi/apache2handler/sapi_apache2.c:
+      PR#22672 -   User not logged under Apache2
+      patch provided by Andrew Bradford.
+
+2003-03-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+    * main/streams/streams.c:
+      Fixed bug #22538 (failed stat on stdio/stdin/stderr streams).
+
+2003-03-17  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/sybase_ct/config.m4:
+      Fix the bad logic..
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * ext/curl/interface.c
+      ext/curl/multi.c
+      ext/curl/streams.c
+      ext/zlib/zlib.c
+      ext/zlib/zlib_fopen_wrapper.c:
+      WS & CS fixes
+
+2003-03-17  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/gd/gd.c:
+      fixing my proto fix :|
+
+2003-03-17  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * acinclude.m4
+      configure.in
+      main/main.c
+      main/safe_mode.c:
+      Fix for Bug #21310, based on a patch by jflemer@php.net.
+
+2003-03-17  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/curl/multi.c
+      ext/fdf/fdf.c
+      ext/ncurses/ncurses_functions.c
+      ext/standard/aggregation.c
+      ext/standard/dns.c:
+      proto fixes
+
+    * ext/db/db.c
+      ext/dbx/dbx.c
+      ext/gd/gd.c
+      ext/ircg/ircg.c
+      ext/zlib/zlib.c:
+      proto fix
+
+    * ext/mysqli/mysqli_api.c:
+      more proto fixes
+
+2003-03-17  Jani Taskinen  <sniper@iki.fi>
+
+    * run-tests.php:
+      Be sure we get the correct version..
+
+    * run-tests.php:
+      added the version info to be send as-is to buildtest-process
+
+    * (PHP_4_3)
+      NEWS:
+      Note about apache2 change
+
 2003-03-16  Sascha Schumann  <sascha@schumann.cx>
 
     * (PHP_4)
index ef53c3b17050464effaeef586d75be9c3e4ac817..c00afe5fc24dc1b4fa12485f15b9c10cfa6c76bb 100644 (file)
@@ -1,3 +1,14 @@
+2003-03-17  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_extensions.c:
+      MFZE1
+
+2003-03-17  Jani Taskinen  <sniper@iki.fi>
+
+    * Makefile.am:
+      Added missing zend_mm.c file and renamed zend_object_API.c ->
+      zend_objects_API.c
+
 2003-03-13  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_API.c: