summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2006-02-20 23:33:32 +0000
committerJohannes Schlüter <johannes@php.net>2006-02-20 23:33:32 +0000
commitc6cb1598be5a57fe418f3fda6c444923da8e7df1 (patch)
tree65f932354083162e648ecb0e82056f4e94c4d883 /NEWS
parent289f45c2791f28e159918d8d4efe36d6246c550e (diff)
downloadphp-git-c6cb1598be5a57fe418f3fda6c444923da8e7df1.tar.gz
- MFH: Rename reflection constants to fix parser conflicts
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2c7676169..3683e74750 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ PHP NEWS
on error.
- Changed get_headers() to retrieve headers also from non-200 responses. (Ilia)
- Changed get_headers() to use the default context. (Ilia)
+- Changed reflection constants to be prefixed with IS_. (Johannes)
- Added a check for special characters in the session name. (Ilia)
- Added "consumed" stream filter. (Marcus)
- Added new mysqli constants for BIT and NEW_DECIMAL field types: