summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-23 18:50:06 -0500
committerStanislav Malyshev <stas@php.net>2012-05-23 18:50:06 -0500
commit9ab21b15af2992ce4530623dcbe971e6f1ed3a95 (patch)
treeb4f3fbec7270b5d2e13c3ffd3d3392643ef7bb4a
parent1a90173f27fa758218d41956108a58e06f6ebaf1 (diff)
downloadphp-git-9ab21b15af2992ce4530623dcbe971e6f1ed3a95.tar.gz
update NEWS
-rw-r--r--NEWS6
1 files changed, 1 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a472227116..34afd5cbe5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-17 May 2012, PHP 5.4.4 RC1
+30 May 2012, PHP 5.4.4 RC2
- CLI Server:
. Implemented FR #61977 (Need CLI web-server support for files with .htm &
@@ -48,10 +48,6 @@ PHP NEWS
- Pgsql:
. Added pg_escape_identifier/pg_escape_literal. (Yasuo Ohgaki)
-- Reflection:
- . Implemented FR #61602 (Allow access to the name of constant
- used as function/method parameter's default value). (reeze.xia@gmail.com)
-
- FPM
. Fixed bug #61812 (Uninitialised value used in libmagic).
(Laruence, Gustavo)