PHP Classes

Not compatible with php earlier than 5.4

Recommend this page to a friend!

      FluidXML  >  All threads  >  Not compatible with php earlier than 5.4  >  (Un) Subscribe thread alerts  
Subject:Not compatible with php earlier than 5.4
Summary:Array constructor only compatible with php 5.4+
Messages:4
Author:Frederic Yeung
Date:2015-12-31 00:43:15
 

 


  1. Not compatible with php earlier than 5.4   Reply   Report abuse  
Picture of Frederic Yeung Frederic Yeung - 2015-12-31 00:43:15
The syntax is not compatible with php 5.3 or early due to array constructor.

  2. Re: Not compatible with php earlier than 5.4   Reply   Report abuse  
Picture of Daniele Orlando Daniele Orlando - 2016-01-02 10:09:09 - In reply to message 1 from Frederic Yeung
The minimum version is PHP 5.6, as documented in the GitHub project page.

The concise array syntax ( [] ), variadic arguments operator ( ... ) and other features used are bonded to PHP 5.6.

PHP 5.6 is the only release of the PHP5 series that is supported and there will be no port for earlier releases.

Thank you for the feedback!

  3. Re: Not compatible with php earlier than 5.4   Reply   Report abuse  
Picture of Daniele Orlando Daniele Orlando - 2016-01-02 10:12:46 - In reply to message 2 from Daniele Orlando
For completeness, the PHP 5.6 minimum version is indicated even in the PHPClasses project page.

  4. Re: Not compatible with php earlier than 5.4   Reply   Report abuse  
Picture of Frederic Yeung Frederic Yeung - 2016-01-07 00:36:14 - In reply to message 3 from Daniele Orlando
Sorry, I have overlooked.