From: Julien Pauli Date: Wed, 23 Dec 2015 10:37:59 +0000 (+0100) Subject: Updated NEWS X-Git-Tag: php-7.0.3RC1~108^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72207b5436a5d0ad66003cf494e098f8c067550b;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 25fc78c96c..4dd6361fa0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016 PHP 7.0.3 +- Core: + . Added support for new HTTP 451 code. (Julien) + - Standard: . Fixed bug #71190 (substr_replace converts integers in original $search array to strings). (Laruence)