diff options
author | Johannes Schlüter <johannes@php.net> | 2006-02-20 23:33:32 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2006-02-20 23:33:32 +0000 |
commit | c6cb1598be5a57fe418f3fda6c444923da8e7df1 (patch) | |
tree | 65f932354083162e648ecb0e82056f4e94c4d883 /NEWS | |
parent | 289f45c2791f28e159918d8d4efe36d6246c550e (diff) | |
download | php-git-c6cb1598be5a57fe418f3fda6c444923da8e7df1.tar.gz |
- MFH: Rename reflection constants to fix parser conflicts
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |