sniper          Thu Oct  3 18:26:44 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  sigh..is this so hard?
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1176 php4/NEWS:1.1177
--- php4/NEWS:1.1176    Thu Oct  3 07:38:03 2002
+++ php4/NEWS   Thu Oct  3 18:26:43 2002
@@ -11,8 +11,8 @@
   . Added more detailed error reporting to apache_lookup_uri() and virtual().
   . Renamed getallheaders() to apache_request_headers() and made an alias for BC.
   . Added php_apache_sapi_getenv() and php_apache_sapi_get_stat().
-- strstr(), strchr() and strrchr() are now binary safe. (Andrey)
-- array_diff_assoc() and array_intersect_assoc() added. (Andrey)
+- Fixed strstr(), strchr() and strrchr() to be binary safe. (Andrey)
+- Added array_diff_assoc() and array_intersect_assoc(). (Andrey)
 - Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo)
 - Fixed output buffer infinate loop when buffer_size became 0. (Marcus, Wez)
 - Fixed output buffering implicit flush. (Yasuo) 



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

Reply via email to