Hi All, I've got a client who has their site hosted on a machine with PHP 5.1.6. Unfortunately, upgrading PHP is not an option until sometime in mid-2010. This is beyond my control and there's nothing I can do about it.
Zend Framework has an official requirement of PHP 5.2.4 or later. Am I just out of luck--I can't use any portion of Zend Framework? Or are their workarounds, such as: 1) Emulating PHP 5.2.4 functionality via function_exists, class_exists, and other methods--i.e., check to see if a PHP 5.2.4 function exists, if not, define it and have it operate in the same fashion as PHP 5.2.4's version of that function exists. 2) Using only some portions of the framework that do not depend on 5.2.4 functionality. 3) Some combination of 1) and 2). ??? -Josh -- View this message in context: http://www.nabble.com/Running-Zend-Framework-on-older-versions-of-PHP-tp25308887p25308887.html Sent from the Zend Framework mailing list archive at Nabble.com.
