summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2002-10-03 10:25:21 +0000
committerAndrey Hristov <andrey@php.net>2002-10-03 10:25:21 +0000
commit5084c5ecfc13e65f68772d912f72d12c845b3c43 (patch)
tree46ef0fdd347d97734ca34c6af97f1a5bb30a3ad1 /NEWS
parentb52edbddf9a67736283670f6dc261326d8d71a66 (diff)
downloadphp-git-5084c5ecfc13e65f68772d912f72d12c845b3c43.tar.gz
Added some info about new functions and changed functionality in old ones.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d6ce67541..e64139886d 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ PHP 4 NEWS
. 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)