derick          Fri Aug 20 02:14:42 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  - Order and removed a bugfix which was already in 5.0.2/
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1797&r2=1.1798&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1797 php-src/NEWS:1.1798
--- php-src/NEWS:1.1797 Thu Aug 19 16:26:39 2004
+++ php-src/NEWS        Fri Aug 20 02:14:42 2004
@@ -2,8 +2,8 @@
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
 - Implement access to INI variables from within .ini file. (Andrei)
-- Added SAPI hook to get the current request time. (Rasmus)
 - PHP will now respect extension dependencies when initializing. (Wez)
+- Added SAPI hook to get the current request time. (Rasmus)
 - Added new functions:
   . array_diff_key() (Andrey)
   . array_diff_ukey() (Andrey)
@@ -28,7 +28,6 @@
 - Fixed bug with raw_post_data not getting set (Brian)
 - Fixed bug in mysql->client_version (Georg)
 - Fixed ZTS destruction. (Marcus)
-- Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on 
error). (Tony)
 - Fixed bug #29728 (Reflection API Feature: Default parameter value). (Marcus)
 - Fixed bug #29522 (accessing properties without connection). (Georg)
 - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default). (Georg)

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

Reply via email to