The requirements for php as it says is 5.3+. Is it possible to be run on php version 5.2.9? What are the changes that 5.3 have that will not work on php 5.2.9?
Kien LaFri Jul 30 13:56:41 -0400 2010
No, it won't run on anything less than 5.3 without significant changes. Mainly due to namespaces and __callStatic.
Subject: Php version
Hi
The requirements for php as it says is 5.3+. Is it possible to be run on php version 5.2.9? What are the changes that 5.3 have that will not work on php 5.2.9?