From: Derick Rethans Date: Mon, 14 Jan 2013 20:36:48 +0000 (+0000) Subject: Added NEWS item for DateTimeImmutable X-Git-Tag: php-5.5.0alpha4~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6313fc7e10d4234cc1e80f223c0652240cad4fda;p=php Added NEWS item for DateTimeImmutable --- diff --git a/NEWS b/NEWS index 74c1134d7c..9e8cd8502b 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)