summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-10-08 13:43:02 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-10-08 13:43:02 +0000
commit73e85db8fc1782af7aed232b3772e023d4b13c33 (patch)
treec172c310ba101e6db7e8b5a1e29450bf97eb70d5
parent54d920dd3cc3cc29a3a0c5f1f647c1c0fb12ae71 (diff)
downloadphp-git-73e85db8fc1782af7aed232b3772e023d4b13c33.tar.gz
Apache 2 news
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4b1b00dc09..5e884c2969 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,7 @@ 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().
+ . Added syntax-highlighting handling (.phps)
- 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)