Jump to: navigation, search

Difference between revisions of "OpenStack-SDK-PHP/MinimumVersion"

(Created page with "This document attempts to detail the current state of PHP versions working to find the minimum version of PHP the OpenStack SDK should support. This document is relevant as of...")
 
Line 23: Line 23:
 
== PHP Version Shipped in Operating Systems and Toolkits ==
 
== PHP Version Shipped in Operating Systems and Toolkits ==
  
=== From Apple ===
+
=== Apple ===
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 51: Line 51:
 
|}
 
|}
 
[https://en.wikipedia.org/wiki/List_of_Ubuntu_releases Ubuntu release information from wikipedia].
 
[https://en.wikipedia.org/wiki/List_of_Ubuntu_releases Ubuntu release information from wikipedia].
 +
 +
=== Debian ===
 +
{| class="wikitable"
 +
|-
 +
! System Version !! PHP Version !! System Support
 +
|-
 +
| 8 || 5.5 || Not yet released.
 +
|-
 +
| 7 || 5.4 || TBA
 +
|-
 +
| 6 || 5.3 || Expected May 2014
 +
|}
 +
 +
=== CentOS ===
 +
{| class="wikitable"
 +
|-
 +
! System Version !! Full Updates !! Maintenance Updates
 +
|-
 +
| 6 || Q2 2016 || November 2020
 +
|-
 +
| 5 || January 2013 || March 2017
 +
|}
 +
You can install PHP 5.5 and 5.4 via yum.
 +
 +
=== Microsoft ===
 +
* The [http://www.microsoft.com/web/platform/phponwindows.aspx Microsoft Web Platform Installer contains PHP 5.2.17 and 5.3.5]. This is for IIS 7 and the latest is IIS 8.5.
 +
* There are Windows installers with details on what to do for IIS and Apache on the [http://windows.php.net/download/ PHP windows download site].
 +
* The [http://php.iis.net/ IIS PHP site] big install button is for PHP 5.3.
 +
* [http://technet.microsoft.com/en-us/library/hh994592 Microsoft suggests installing PHP from the Web PI] which offers 5.3.
 +
* [http://www.wampserver.com/en/ WAMP] currently offers PHP 5.3 or 5.4.

Revision as of 15:52, 19 February 2014

This document attempts to detail the current state of PHP versions working to find the minimum version of PHP the OpenStack SDK should support. This document is relevant as of February 2014.

PHP Version Usage

According to w3techs, PHP 5 has a 97.7% market share. The minor version usage breakdown as of February 2014 is:

Version Usage State
5.5 1.2% Latest
5.4 13.1% Stable
5.3 52.1% EOL 7/2014
5.2 31.8% EOL
5.1 1.7% EOL
5.0 .7% EOL

Data from w3techs.

PHP Version Shipped in Operating Systems and Toolkits

Apple

System Version PHP Version
10.9 5.4
10.8 5.3

Ubuntu

System Version PHP Version System Support
14.04 LTS 5.5 Not yet released. Supported until spring 2019.
13.10 5.5 Supported until summer 2014
13.04 5.4 No longer supported
12.10 5.4 Supported until spring 2014
12.04 LTS 5.3 Supported until spring 2017
10.04 LTS 5.3 Supported until spring 2015

Ubuntu release information from wikipedia.

Debian

System Version PHP Version System Support
8 5.5 Not yet released.
7 5.4 TBA
6 5.3 Expected May 2014

CentOS

System Version Full Updates Maintenance Updates
6 Q2 2016 November 2020
5 January 2013 March 2017

You can install PHP 5.5 and 5.4 via yum.

Microsoft