summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-02-10 08:56:18 +0100
committerAnatol Belski <ab@php.net>2015-02-10 08:56:18 +0100
commitc97afe219590bc3f67f3be2a664720cd4fafc06d (patch)
treebfdf0df81c6509dc774bd9e4f8f47d7afceab003
parentc404518d948e0b50fa6e8b5eb6277ba423ab3862 (diff)
downloadphp-git-c97afe219590bc3f67f3be2a664720cd4fafc06d.tar.gz
updated UPGRADING
-rw-r--r--UPGRADING21
1 files changed, 19 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index 0ea6a09000..f992e1bfa4 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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