30 Aug
2013
30 Aug
'13
8 p.m.
Hi
On Fri, Aug 30, 2013 at 4:48 PM, Adam Armstrong adama@memetic.org wrote:
php -l config.php
That made me run the following shell one-liner.
for x in `find -name ".svn" -prune -o -type f -name "*php*" -print`; do php -l $x; done | grep -v "^No syntax errors detected in "
The result (including patch) is in http://jira.observium.org/browse/OBSERVIUM-474
--
GRTNX,
RobJE