You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/supported-platforms.rst
+19-13Lines changed: 19 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,27 @@ This article describes what are the supported platforms.
9
9
:local:
10
10
:depth: 1
11
11
12
+
PHP on Windows Status
13
+
---------------------
14
+
There are two facts you should keep in mind that,
15
+
16
+
* Microsoft discontinued its support of PHP 8.0 and above on Windows as
17
+
`announced on July 9, 2020 <https://news-web.php.net/php.internals/110907>`_
18
+
* All PHP versions below 8.0 are
19
+
`now end of life <https://www.php.net/supported-versions.php>`_
20
+
21
+
So, if you are now running your PHP web apps on Windows/IIS, you can only rely
22
+
on the PHP community for support. Note that this applies to
23
+
`all PHP related components <https://halfblood.pro/who-should-be-contacted-for-php-on-iis-issues-c80b90bd365>`_.
24
+
Even if you meet an issue (such as incompatibilities) with the closed source
25
+
IIS components, you are not likely to receive assistance from Microsoft.
26
+
27
+
To avoid all the hurdles, you'd better migrate PHP web apps to Linux.
28
+
12
29
Overview
13
30
--------
14
-
Generally speaking, the installers are designed to work for all supported Windows
15
-
releases from Microsoft.
31
+
Generally speaking, the installers of PHP Manager are designed to work for all
32
+
supported Windows releases from Microsoft.
16
33
17
34
Platform specific dependencies are listed below. They must be installed in
18
35
advance, or the installer might not work properly.
@@ -58,14 +75,3 @@ Windows Server 2022
58
75
* Require IIS 10
59
76
60
77
Supported till Oct 14, 2031
61
-
62
-
PHP on Windows Status
63
-
---------------------
64
-
There are two facts you should keep in mind that,
65
-
66
-
* Microsoft discontinued its support of PHP 8.0 and above on Windows as `announced on July 9, 2020 <https://news-web.php.net/php.internals/110907>`_
67
-
* All PHP versions below 8.0 are `now end of life <https://www.php.net/supported-versions.php>`_
68
-
69
-
So, if you are now running your PHP web apps on Windows/IIS, you can only reach out to the PHP community for support. Note that this applies to `all PHP related components <https://halfblood.pro/who-should-be-contacted-for-php-on-iis-issues-c80b90bd365>`_. Even if you meet an issue (such as incompatibilities) with the closed source IIS components, you are not likely to receive assistance from Microsoft.
70
-
71
-
To avoid all the hurdles, you should migrate to Linux.
0 commit comments