php 5.2兼容性bug

This commit is contained in:
祁宁
2014-10-11 12:31:13 +08:00
parent 3f3812c305
commit f0b986318a
3 changed files with 4 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ test:
for i in `find ../var/ -name '*.php'`; do php -l $$i; done;
for i in `find ../usr/ -name '*.php'`; do php -l $$i; done;
for i in `find ../admin/ -name '*.php'`; do php -l $$i; done;
php test.php
all: