sniper          Fri Nov 18 11:41:50 2005 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  reorder
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2078&r2=1.2079&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2078 php-src/NEWS:1.2079
--- php-src/NEWS:1.2078 Fri Nov 18 11:28:01 2005
+++ php-src/NEWS        Fri Nov 18 11:41:49 2005
@@ -8,6 +8,8 @@
   (Marcus, Dmitry)
 - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
   functions to not call __autoload(). (Dmitry)
+- Added "allow_url_include" ini directive to be able to turn off remote url
+  code execution separately from the "allow_url_fopen" setting. (Rasmus)
 - Added --enable-gcov configure option to enable C-level code coverage.
   (John, Jani)
 - Added to cURL extension: (Ilia)
@@ -24,5 +26,3 @@
 - Added possibility to check in which extension an internal function was
   defined using reflection API. (Johannes)
 - Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)
-- Add allow_url_include ini directive to be able to turn off remote url 
-  code execution separately from the allow_url_fopen setting. (Rasmus)

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

Reply via email to