]> granicus.if.org Git - php/commitdiff
- Reorganize slightly as there was already a date and an intl extension
authorDerick Rethans <derick@php.net>
Sun, 28 Nov 2010 16:33:07 +0000 (16:33 +0000)
committerDerick Rethans <derick@php.net>
Sun, 28 Nov 2010 16:33:07 +0000 (16:33 +0000)
  header/section.

NEWS

diff --git a/NEWS b/NEWS
index f880e46c9b436de17979824f1cef29ad742b88d4..1e7e094eb0c317bf6f78f73e8219c4c4e2623bd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2010, PHP 5.3.4
-- General improvements:
-  . Added DateTime support for intl date formatting. (Stas)
-
 - Core:
   . Fixed extract() to do not overwrite $GLOBALS and $this when using
     EXTR_OVERWRITE. (jorto at redhat dot com)
     (Mike, Ilia)
     
 - Intl extension:
-  . Fixed crashes on invalid parameters in intl extension (Stas, Maksymilian
+  . Fixed crashes on invalid parameters in intl extension. (Stas, Maksymilian
     Arciemowicz)
+  . Added support for formatting the timestamp stored in a DateTime object.
+    (Stas)
 
 - Phar extension:
   . Fixed bug #50987 (unaligned memory access in phar.c).
@@ -61,8 +60,6 @@
   . Improved support for is_link and related functions on Windows. (Pierre)
   . Added a 3rd parameter to get_html_translation_table. It now takes a charset
     hint, like htmlentities et al. (Gustavo)
-  . Added support for the ( and ) delimiters/separators to
-    DateTime::createFromFormat(). (Derick)
  
 - Implemented feature requests:
   . Implemented FR #52348, added new constant ZEND_MULTIBYTE to detect
   . Fixed bug #52454 (Relative dates and getTimestamp increments by one day).
     (Derick)
   . Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)
+  . Added support for the ( and ) delimiters/separators to
+    DateTime::createFromFormat(). (Derick)
 
 - Filter extension:
   . Fixed the filter extension accepting IPv4 octets with a leading 0 as that