andrey Thu Oct 3 06:25:21 2002 EDT Modified files: /php4 NEWS Log: Added some info about new functions and changed functionality in old ones. Index: php4/NEWS diff -u php4/NEWS:1.1174 php4/NEWS:1.1175 --- php4/NEWS:1.1174 Wed Oct 2 22:41:19 2002 +++ php4/NEWS Thu Oct 3 06:25:21 2002 @@ -10,6 +10,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 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