Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-07 Thread Joshua Beall
Jason Webster wrote: >> You got it, Matthew. Their box is running CentOS 5.3 with Plesk Panel. >> >> Can we run Zend Server with Plesk? My searching on this turned up mixed >> results: >> http://forums.zend.com/viewtopic.php?f=8&t=1995&p=8271 >> >> I'd be delighted to get Zend Server on their bo

Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-07 Thread Joshua Beall
Matthew Weier O'Phinney-3 wrote: > > -- Jason Webster wrote > (on Saturday, 05 September 2009, 04:00 PM -0700): >> I think you'll find the biggest problem is not simply replicating >> functions, but certain bugs in the eariler versions of PHP for which >> there are not hacks or workarounds f

RE: [fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread Joshua Beall
com Sent: 9/5/09 12:23 PM Subject: Re: [fw-general] Running Zend Framework on older versions of PHP Zend Server? 2009/9/5 Joshua Beall : > > 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 some

Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread Matthew Weier O'Phinney
-- Jason Webster wrote (on Saturday, 05 September 2009, 04:00 PM -0700): > I think you'll find the biggest problem is not simply replicating > functions, but certain bugs in the eariler versions of PHP for which > there are not hacks or workarounds for in some of the framework code now > that t

Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread Matthew Weier O'Phinney
-- Diego Potapczuk 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 wrote: > > > Hi All, > > I've

Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread Jason Webster
I think you'll find the biggest problem is not simply replicating functions, but certain bugs in the eariler versions of PHP for which there are not hacks or workarounds for in some of the framework code now that the minimum requirement has been bumped up. On 05/09/2009 7:19 AM, Joshua Beall wr

Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread keith Pope
Zend Server? 2009/9/5 Joshua Beall : > > 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 off

Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread mbneto
Hi, I do not use all the components (or even all methods of the components I use) BUT so far I've been able to use with PHP 5.1.6 without a problem. Using Zend_Filter, Zend_Db, Zend_Config, Zend_Session, Zend_Translate and Zend_Cache. That said the usual 'run unit tests' is the recommended approa

Re: [fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread Diego Potapczuk
I think Zend Framework prior to 1.8 can be used with PHP 5.1.? ::: Diego Potapczuk »» NEAD - Núcleo de Educação a Distância »» SENAI-BA »» Tel: (71) 3287-8343 / (71) 9144-3062 »» http://www.diegoliveira.com.br On Sat, Sep 5, 2009 at 11:19 AM, Joshua Beall wrote: > > Hi All, > > I've got a

[fw-general] Running Zend Framework on older versions of PHP

2009-09-05 Thread Joshua Beall
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 ju