mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
try to improve speed of HHVM syntax check using -d hhvm.jit=0
This commit is contained in:
parent
0e93274657
commit
bca3ca2059
@ -9,7 +9,7 @@
|
||||
cd `dirname $0`
|
||||
cd ..
|
||||
|
||||
find ${@-.} -name '*.php' -exec php -l {} \; 2>&1 | \
|
||||
find ${@-.} -name '*.php' -exec php -d hhvm.jit=0 -l {} \; 2>&1 | \
|
||||
# only show errors and PHP Deprecated, no success messages
|
||||
egrep '^(PHP|Parse error)' | \
|
||||
# suppress PHP Deprecated in vendor, as they need to be solved by the vendor
|
||||
|
Loading…
Reference in New Issue
Block a user