diff options
author | Tjerk Meesters <datibbaw@php.net> | 2014-09-10 21:03:36 +0800 |
---|---|---|
committer | Tjerk Meesters <datibbaw@php.net> | 2014-09-11 10:22:44 +0800 |
commit | 610ef5d7ecadb26a491aa9fc8ec7439e4016a3fc (patch) | |
tree | e18017119007287ce742a6ea57151f07f434a2b9 /UPGRADING | |
parent | 86de7963fe69638431c0aa8f413d25e01bf99d68 (diff) | |
download | php-git-610ef5d7ecadb26a491aa9fc8ec7439e4016a3fc.tar.gz |
Updated UPGRADING for ext/ereg removal
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -71,11 +71,20 @@ PHP X.Y UPGRADE NOTES 8. Removed Extensions ======================================== +- ereg ======================================== 9. Other Changes to Extensions ======================================== +- mbstring + . Removed constant 'MB_OVERLOAD_REGEX' + +- opcache + . Now uses PCRE for blacklist filtering + +- pgsql + . Now uses PCRE for column type detection ======================================== 10. New Global Constants |