ZF-8427: Parse error after update to r19313
Description
Fatal parse error encountered when updating to r19313 of v1.9 release branch.
Problem is a missing parenthesis from, it looks like based on the commit log, a bad merge.
Actual error:
[Mon Nov 30 10:18:08 2009] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected '{' in /home/jcarouth/workspace/mobile/src/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 354
Comments
Posted by Jeffrey Carouth (jcarouth) on 2009-11-30T08:36:23.000+0000
Patch attached.
Posted by Mickael Perraud (mikaelkael) on 2009-11-30T08:54:08.000+0000
Fixed with r19314 Bad reverting related to ZF-8424
Posted by Peter Moolenaar (petermoolenaar) on 2009-11-30T08:54:49.000+0000
It did make it into the ZF 1.9 branch....
Posted by Peter Moolenaar (petermoolenaar) on 2009-11-30T08:57:26.000+0000
which doesn't make for a complete comment :S so continuing here;
... which I find rather disturbing.