diff options
author | Anatol Belski <ab@php.net> | 2015-02-10 08:56:18 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-02-10 08:56:18 +0100 |
commit | c97afe219590bc3f67f3be2a664720cd4fafc06d (patch) | |
tree | bfdf0df81c6509dc774bd9e4f8f47d7afceab003 | |
parent | c404518d948e0b50fa6e8b5eb6277ba423ab3862 (diff) | |
download | php-git-c97afe219590bc3f67f3be2a664720cd4fafc06d.tar.gz |
updated UPGRADING
-rw-r--r-- | UPGRADING | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -9,7 +9,7 @@ PHP X.Y UPGRADE NOTES 5. Changed Functions 6. New Functions 7. New Classes and Interfaces -8. Removed Extensions +8. Removed Extensions and SAPIs 9. Other Changes to Extensions 10. New Global Constants 11. Changes to INI File Handling @@ -170,9 +170,26 @@ PHP X.Y UPGRADE NOTES ======================================== -8. Removed Extensions +8. Removed Extensions and SAPIs ======================================== +- sapi/aolserver +- sapi/apache +- sapi/apache_hooks +- sapi/apache2filter +- sapi/caudium +- sapi/continuity +- sapi/isapi +- sapi/milter +- sapi/phttpd +- sapi/pi3web +- sapi/roxen +- sapi/thttpd +- sapi/tux +- sapi/webjames +- ext/mssql +- ext/sybase_ct +For more details see https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts ======================================== 9. Other Changes to Extensions |