changelog Thu Mar 13 20:32:41 2003 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1293 php4/ChangeLog:1.1294
--- php4/ChangeLog:1.1293 Wed Mar 12 20:33:01 2003
+++ php4/ChangeLog Thu Mar 13 20:32:40 2003
@@ -1,3 +1,122 @@
+2003-03-13 Daniela Mariaschi <[EMAIL PROTECTED]>
+
+ * ext/interbase/config.m4:
+ Test for libgds needs libcrypt with Firebird to succeed
+
+2003-03-13 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ BFN shortening
+
+ * NEWS:
+ this is in the PHP_4_3 branch...
+
+2003-03-13 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ php.ini-dist
+ php.ini-recommended:
+ Document removal of gd1 support on windows.
+
+ * (PHP_4_3)
+ ext/gd/gd.dsp
+ ext/gd/gd_bundled.dsp:
+ Drop support for php_gd.dll (gd1).
+ The default build (gd.dsp) is now bundled gd2.
+
+ * (PHP_4_3)
+ sapi/apache2filter/php4apache2.dsp:
+ Disable building of apache2filter (obsoleted by handler).
+
+2003-03-13 Daniela Mariaschi <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/interbase/interbase.c:
+ Numeric/decimal datatype overflow on Win32
+ Fixed bug #20641
+
+2003-03-13 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ sapi/apache2handler/php4apache2.dsp
+ sapi/apache2handler/php_functions.c:
+ Make apache2 handler produce php4apache2.dll which should work as a
+ drop in replacement for the filter. Remove max_request_per_child from
+ minfo() since that function is not exported by win32 version of apache2
+ lib.
+
+2003-03-13 Daniela Mariaschi <[EMAIL PROTECTED]>
+
+ * ext/interbase/interbase.c:
+ Numeric/decimal datatype overflow on Win32.
+ Fixed bug #20641
+
+2003-03-13 Martin Jansen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ pear/PEAR.php:
+ - Also fix #21845 in the release branch.
+
+
+2003-03-13 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/mcrypt/mcrypt.c:
+ - Whitespace
+
+2003-03-13 Martin Jansen <[EMAIL PROTECTED]>
+
+ * pear/PEAR.php:
+ - Fixing bug #21845.
+
+2003-03-13 Sara Golemon <[EMAIL PROTECTED]>
+
+ * NEWS
+ NEWS:
+ BFN
+
+2003-03-13 J Smith <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/time/002.phpt:
+ Solaris knows nothing of "Europe/Amsterdam". Use "US/Eastern" instead.
+
+2003-03-13 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ Bug fixing news.
+
+ * ext/curl/interface.c:
+ Fixed bug #22681 (Crash when reading from invalid file pointer).
+
+2003-03-13 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/sybase_ct/config.m4:
+ Prevent using both --with-sybase and --with-sybase-ct in same build
+
+ * NEWS:
+ hrm
+
+2003-03-13 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/gmp/gmp.c:
+ Bug #21534. Silly typo.
+
+2003-03-13 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * README.EXT_SKEL:
+ advertising ext_skel_ng ;)
+
+2003-03-13 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/gd/libgd/gd_io.c
+ ext/gd/libgd/gd_io.h
+ ext/gd/libgd/gd_io_dp.c
+ ext/gd/libgd/gd_io_file.c
+ ext/gd/libgd/gd_io_ss.c:
+ Cleanup.
+
2003-03-12 Jani Taskinen <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -1714,7 +1833,7 @@
* sapi/apache/libpre.c
sapi/apache/php_apache_http.h:
- Added missing headers and $Id: ChangeLog,v 1.1293 2003/03/13 01:33:01 changelog
Exp $ tags.
+ Added missing headers and $Id: ChangeLog,v 1.1294 2003/03/14 01:32:40 changelog
Exp $ tags.
* sapi/cgi/config9.m4:
MFB: Fixed bug #22356 (Do not add empty -I flags).
@@ -2273,7 +2392,7 @@
main/streams/plain_wrapper.c
main/streams/streams.c
main/streams/userspace.c:
- ws fixes + missing $Id: ChangeLog,v 1.1293 2003/03/13 01:33:01 changelog Exp $
tags, headers added
+ ws fixes + missing $Id: ChangeLog,v 1.1294 2003/03/14 01:32:40 changelog Exp $
tags, headers added
2003-02-19 Corne' Cornelius <[EMAIL PROTECTED]>
@@ -3191,7 +3310,7 @@
* (PHP_4_3)
sapi/cgi/cgi_main.c:
- Added missing $Id: ChangeLog,v 1.1293 2003/03/13 01:33:01 changelog Exp $ tag
+ Added missing $Id: ChangeLog,v 1.1294 2003/03/14 01:32:40 changelog Exp $ tag
2003-02-14 Thies C. Arntzen <[EMAIL PROTECTED]>