From: Date: Wed, 5 Jul 2000 01:09:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_METHOD_CALL_SEPERATE_FIX_PATCH~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94d7e1fa5b5c42969b301077947961dccded30e2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8d274e40b3..94ed80fb9f 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)