]> granicus.if.org Git - php/commitdiff
order
authorfoobar <sniper@php.net>
Fri, 30 Jan 2004 09:21:05 +0000 (09:21 +0000)
committerfoobar <sniper@php.net>
Fri, 30 Jan 2004 09:21:05 +0000 (09:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ab6bd2fae976f1c5c6ef43072c53d157ee68a58a..d8b2a8c339d0693dea94fd4fa724c76138190b23 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP                                                                        NEWS
 ?? ??? 2004, PHP 5 RC1
 - Respect property visibility in foreach. (Marcus)
 - Completely overhauled SimpleXML extension. (Marcus, Rob, Sterling)
+- Added context option "http"/"request_fulluri" to send entire URI in request.
+  Required format for some proxies. (Sara)
+- Added optional third parameter 'strict' to array_keys(). (Andrey)
 - Added stream_lock() method to userspace streams interface. (Hartmut, Wez)
 - Added xsltprocessor->registerPHPFunctions(). (Christian)
 - Bundled new SPL extension. (Marcus, Derick)
@@ -54,10 +57,6 @@ PHP                                                                        NEWS
 - Fixed bug #24608 (__set not triggered when overloading with array).
   (Stanislav)
 - Fixed bug #24243 (enabling browscap causes segfault). (Wez)
-- Added context option "http"/"request_fulluri" to send entire URI in request.
-  Required format for some proxies. (Sara)
-- Added third optional parameter 'strict' to array_keys(). Works like the
-  'strict' parameter of in_array(). Feature request #24258. (Andrey)
 
 21 Dec 2003, PHP 5 Beta 3
 - Bundled new tidy extension (John, Wez)