changelog Tue Oct 23 20:13:22 2001 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.836 php4/ChangeLog:1.837
--- php4/ChangeLog:1.836 Mon Oct 22 20:10:31 2001
+++ php4/ChangeLog Tue Oct 23 20:13:08 2001
@@ -1,3 +1,59 @@
+2001-10-23 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * main/SAPI.c: Ok, now actually make it work - maybe...
+
+ * README.PARAMETER_PARSING_API: Minor tweaks
+
+ * main/SAPI.c: $HTTP_RAW_POST_DATA was not populated on a missing content-type
+even when
+ always_populate_raw_post_data was on - fixed. (Rasmus)
+
+ * ext/standard/array.c
+ ext/standard/basic_functions.c
+ ext/standard/php_array.h
+ NEWS:
+ As suggested on php-dev, array_fill() is probably a better name for this
+ function.
+
+2001-10-23 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/mssql/php_mssql.c
+ ext/mssql/php_mssql.h: Patch for correct handling of DATETIME values.
+ The patch is implemented with a parameter in php.ini controling if
+ datetime values are converted with the new or the old method.
+ Thanks to Michael Bretterklieber <[EMAIL PROTECTED]>
+
+2001-10-23 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/standard/file.c
+ ext/standard/file.h
+ configure.in
+ ext/standard/basic_functions.c: MFH
+
+ * configure.in
+ ext/standard/basic_functions.c
+ ext/standard/file.c
+ ext/standard/file.h: Check that realpath is available. Bug: #9469
+
+ * run-tests.php
+ tests/basic/011.phpt:
+ Fix these to give correct results even if register_globals=off or
+ register_argc_argv=off.
+
+ * ext/sybase_ct/config.m4: Fixed bug: #13782
+
+ * ext/gd/config.m4:
+ Support also --with-gd (without path). Please test this!
+
+ * ext/gd/config.m4:
+ This patch should reduce the amount of 'bogus' bug reports when people
+ have two or more different versions of GD library installed.
+
+2001-10-23 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ext/standard/dl.c: MFH
+
+ * ext/standard/dl.c: Prolong the death of dl() for a little while longer.
+
2001-10-22 Richard Heyes <[EMAIL PROTECTED]>
* pear/Mail/mimeDecode.php: