]> granicus.if.org Git - php/commitdiff
add news entry
authorAntony Dovgal <tony2001@php.net>
Mon, 21 Apr 2008 15:42:26 +0000 (15:42 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 21 Apr 2008 15:42:26 +0000 (15:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 54b8646e587d0ce0eb5e4f6fb0e5482c4dd99c68..384069b8b740779eaec6f974707035cfe36c1015 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ PHP                                                                        NEWS
 
 - Added pcre to list of standard extensions that cannot be disabled. (Marcus)
 - Added "jump label" operator (limited "goto"). (Dmitry, Sara)
+- Added hash_copy() function. (Tony)
 - Added ability to use stream wrappers in include_path (Gregory, Dmitry)
 - Added concept of "delayed early binding" that allows opcode caches to perform
   class declaration (early and/or run-time binding) in exactly the same order