Somebody
Somebody

Reputation: 9645

Zend Framework 1.9~ and PHP 5.2.11 Compatible?

I have a problem here. My Zend_Forms do not render in view script.

Via FirePHP i have spotted a lot of "Need PHP 5.3 to get value"

Could someone confirm?

What should i do if i have PHP 5.2.11?

Thanks!

Upvotes: 0

Views: 315

Answers (2)

Steve Hill
Steve Hill

Reputation: 2321

They weren't supposed to be using anything that would require PHP 5.3 until ZF2.0 (which, if you read the blogs, is due soon). Did you download the framework manually, or are you tracking it via an svn:external? If you are, you may want to do it differently as from here on in we're likely to see new code requiring 5.3 being checked in.

Upvotes: 2

Gordon
Gordon

Reputation: 316969

Yes. They are compatible. I am not aware of any features that would require 5.3. Install XDebug or Zend Debugger to see what's wrong.

Upvotes: 2

Related Questions