-- water <[email protected]> wrote (on Tuesday, 16 March 2010, 01:28 PM -0700): > I have the feeling this is specific to our php build (version 5.2.3 and don't > have this problem with PHP 5.2.5 nor 5.2.8) (not minor version) as I don't see > much when I google the specific error but I am getting this notice: > > Notice: Use of undefined constant parent::ARRAY_AS_PROPS - assumed > 'parent::ARRAY_AS_PROPS' /www/xzdev.com/www/app/zf_source/library/Zend/ > Registry.php on line 193 > > It looks like based upon constructor the value is 2. Grep'ing through php bin/ > php and libphp5.so (ie no help). Has anyone ever had this problem before or an > easy sol'n?
This sounds like the sort of thing we saw around 5.2.0 -- we had some issues with ArrayObject in that particular version of PHP. It's possible they were present also in 5.2.3, which may have been part of my argument for upping our minimum supported version to 5.2.4. :) -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
