sniper          Fri Jan 30 04:21:06 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  order
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1591&r2=1.1592&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1591 php-src/NEWS:1.1592
--- php-src/NEWS:1.1591 Thu Jan 29 19:24:18 2004
+++ php-src/NEWS        Fri Jan 30 04:21:05 2004
@@ -3,6 +3,9 @@
 ?? ??? 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 @@
 - 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to