summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2004-03-01 10:46:14 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2004-03-01 10:46:14 +0000
commita48e59749c67e22994db039dc2643efb1aabfc80 (patch)
tree62b274268a27455929075781d8ed77fee75b4399
parentbf1ed3de73534b910b1dd31456bb043885ad925b (diff)
downloadphp-git-a48e59749c67e22994db039dc2643efb1aabfc80.tar.gz
- NFN
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1dc021747e..0b7cd94e5c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? March 2004, PHP 5 Release Candidate 1
- Upgraded bundled oniguruma library to version 2.2.2. (Rui, Moriyoshi)
+- Add support for more ISO8601 style datetime formats. (Moriyoshi)
+ . Timezone specifier (ex. "20040301T02:00:00+19:00")
+ . Week specifier (ex. "1997W021")
- Renamed php.ini option "zend2.implicit_clone" to
"zend.ze1_compatibility_mode" as it doesn't only affect implicit cloning.
(Andi, Zeev)