Commit:    6313fc7e10d4234cc1e80f223c0652240cad4fda
Author:    Derick Rethans <git...@derickrethans.nl>         Mon, 14 Jan 2013 
20:36:48 +0000
Parents:   c20911a8501ed2a69c6ce9359e8e50d599f99bba
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=6313fc7e10d4234cc1e80f223c0652240cad4fda

Log:
Added NEWS item for DateTimeImmutable

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 74c1134..9e8cd85 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,10 @@ PHP                                                          
              NEWS
     CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
        CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL. (Pierrick)
 
+- DateTime
+  . Added DateTimeImmutable - a variant of DateTime that only returns the
+    modified state instead of changing itself. (Derick) 
+
 - pgsql:
   . Bug #46408: Locale number format settings can cause pg_query_params to
     break with numerics. (asmecher, Lars)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to