summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-04-29 01:09:15 +0000
committer <changelog@php.net>2000-04-29 01:09:15 +0000
commit32ffe0ba6fafc27fb47aa54710326e1b7e48bb94 (patch)
treea571c36ed35f253f28ddb39d1ddd9545424e7ff4
parent1152b4c29e72dddf28908c141c154dcd9a2632a5 (diff)
downloadphp-git-32ffe0ba6fafc27fb47aa54710326e1b7e48bb94.tar.gz
ChangeLog update
-rw-r--r--ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 552a4a8220..0e704be9a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2000-04-28 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/imap/config.m4: Improve imap-lib check
+
+2000-04-28 Hartmut Holzgraefe <hholzgra@media-engineering.de>
+
+ * SAPI.c:
+ no more broken scripts by erroneously terminating header()'s argument
+ with a CR-LF
+
+2000-04-28 tedp <tedp@va>
+
+ * ext/imap/php_imap.c:
+ Removed bug that prevented it to work on longer strings.
+ Changed commenting to c-style commenting.
+
+2000-04-28 Andrei Zmievski <andrei@ispi.net>
+
+ * ext/standard/array.c: Fix an empty arrays condition and optimize a bit.
+
+2000-04-28 Zeev Suraski <zeev@php.net>
+
+ * ext/standard/head.c
+ ext/standard/head.h
+ SAPI.c
+ SAPI.h
+ ext/session/session.c
+ main.c: - Fix an invalid trick (it was valid when header() was using
+ zend_get_parameters(), but it became invalid when someone switched it
+ to zend_get_parameters_ex(), and I decided to remove it anyway).
+ - Remove a redundant function call
+
+2000-04-28 Andrei Zmievski <andrei@ispi.net>
+
+ * TODO: Fix up.
+
+2000-04-28 Thies C. Arntzen <thies@digicol.de>
+
+ * main.c:
+ (php_module_startup) is now doing setlocale(LC_ALL, "") instead of just setlocale(LC_CTYPE, ""). suggested by Jon Forsberg <zzed@cyberdude.com>
+
+ * TODO: .
+
+ * ext/oci8/oci8.c
+ ext/oracle/oracle.c: compile fix
+
+ * TODO-LeftOver: no longer needed
+
2000-04-27 Zeev Suraski <zeev@php.net>
* main.c: Change to using macros