]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 5 Jul 2000 01:09:08 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Wed, 5 Jul 2000 01:09:08 +0000 (01:09 +0000)
ChangeLog

index 8d274e40b31ea5fe3b365d3b2f2064248abe6558..94ed80fb9f7f381fe1a903335ef1a8f5358c0dc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2000-07-04  Egon Schmid  <eschmid@s.netic.de>
+
+    * ext/standard/array.c: Not every argument type is mixed.
+
+    * ext/standard/array.c: Missed a two liner.
+
+2000-07-04  Mike Waychison  <mwaychison@cobalt.com>
+
+    * 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  <ssb@fast.no>
+
+    * 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  <sascha@schumann.cx>
+
+    * ext/ext_skel: Make script work on POSIX sh
+
 2000-07-03  Zeev Suraski  <zeev@php.net>
 
     * ext/sybase/php_sybase_db.c: Fix logic (thanks to Dean Bennett)