that's a backward incompatible change made in PHP the only easy way out is not to use strict use E_ALL & ~ E_NOTICE & ~ E_STRICT
On 9/8/05, Greg Donald <[EMAIL PROTECTED]> wrote: > I upgraded my PHP to 5.0.5 yesterday. After that my Agavi project > began throwing warnings: > > Strict Standards: Only variables should be assigned by reference in > /home/destiney/agavi_sites/cms/webapp/cache/config_compile.conf.php on > line 409 > > Strict Standards: Only variables should be assigned by reference in > /home/destiney/agavi_sites/cms/webapp/cache/config_compile.conf.php on > line 410 > > Strict Standards: Only variables should be assigned by reference in > /home/destiney/agavi_sites/cms/webapp/cache/config_compile.conf.php on > line 411 > > Strict Standards: Only variables should be assigned by reference in > /home/destiney/agavi_sites/cms/webapp/cache/config_compile.conf.php on > line 412 > > Strict Standards: Only variables should be assigned by reference in > /home/destiney/agavi_sites/cms/webapp/cache/config_compile.conf.php on > line 413 > > Strict Standards: Only variables should be assigned by reference in > /home/destiney/agavi_sites/cms/webapp/cache/config_compile.conf.php on > line 414 > CMS > > > I cleared out the cache directory, didn't help. > > Any ideas? > > > -- > Greg Donald > Zend Certified Engineer > MySQL Core Certification > http://destiney.com/ > _______________________________________________ > agavi-dev mailing list > [email protected] > http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev > -- no one, not even the rain, has such small hands. _______________________________________________ agavi-dev mailing list [email protected] http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev
