From 94d7e1fa5b5c42969b301077947961dccded30e2 Mon Sep 17 00:00:00 2001 From: Date: Wed, 5 Jul 2000 01:09:08 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8d274e40b31..94ed80fb9f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2000-07-04 Egon Schmid + + * ext/standard/array.c: Not every argument type is mixed. + + * ext/standard/array.c: Missed a two liner. + +2000-07-04 Mike Waychison + + * ext/standard/datetime.c: + (PHP date) Added new 'O' format modifier for printing out the GMT Offset in + the same manner as emails have in their Date: header. The format + is similar to [+-]HHMM of offset. + +2000-07-04 Stig Bakken + + * main/main.c + main/php_globals.h: + Added "html_errors" directive to optionally disable HTML formatting of error + messages. The default is on. (Stig) + +2000-07-04 Sascha Schumann + + * ext/ext_skel: Make script work on POSIX sh + 2000-07-03 Zeev Suraski * ext/sybase/php_sybase_db.c: Fix logic (thanks to Dean Bennett)