-- Diego Potapczuk <[email protected]> wrote (on Saturday, 05 September 2009, 12:03 PM -0300): > I think Zend Framework prior to 1.8 can be used with PHP 5.1.?
No, prior to 1.7 -- that's when we upped our version requirement. > On Sat, Sep 5, 2009 at 11:19 AM, Joshua Beall <[email protected]> wrote: > > > 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. > > > -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
