summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-07-05 01:09:05 +0000
committer <changelog@php.net>2000-07-05 01:09:05 +0000
commitb784f02c0b0a05fc63e3f03e00ecb91c86eadd27 (patch)
treefc82990b5e9b0abdc25f0c4997f45defd7aedf7f
parentcd3973612b0b2b75a2dc4436e103c0157ac3b93a (diff)
downloadphp-git-b784f02c0b0a05fc63e3f03e00ecb91c86eadd27.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6e41ef006e..3dd41a55ed 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.2
+- Added new 'O' format modifier that will output the GMT offset as "[+-]HHMM"
+ (eg: Pacific time is -0700). This is useful for things such as Date: mail
+ headers.
- Fixed crash on OCI?Logon() failure. (thies)
- Make the special Header("http/...") response be case insensitive like 3.0 (Rasmus)
- Allow cybercash to compile as a DL module. (Sterling)