Search code examples
zend-framework2apache2centos6arrayobject

PHP Fatal error: Declaration of Zend\\Stdlib\\ArrayObject::offsetGet()


Since i install ZF2 (2.3.1) into my centos server i've got this error.

PHP Fatal error: Declaration of Zend\Stdlib\ArrayObject::offsetGet()

CentOS6 apache2 PHP5.3.3 mysql5.5

what i need to do to get rid of it? anyone help ?


Solution

  • Zend Framework 2.3 requires PHP 5.3.23 or above. You'll need to update PHP to fix this error. Alternatively, if you can't upgrade for whatever reason, downgrade to the latest 2.2.x version of ZF instead, which should work with older versions of PHP 5.3.x.