diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2004-03-01 10:46:14 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2004-03-01 10:46:14 +0000 |
commit | a48e59749c67e22994db039dc2643efb1aabfc80 (patch) | |
tree | 62b274268a27455929075781d8ed77fee75b4399 | |
parent | bf1ed3de73534b910b1dd31456bb043885ad925b (diff) | |
download | php-git-a48e59749c67e22994db039dc2643efb1aabfc80.tar.gz |
- NFN
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |