Commit Graph

14 Commits

Author SHA1 Message Date
Ralf Becker
0825302a54 suppress everything (not just PHP Deprecated) from vendor, as its up to the vendor to fix 2020-06-03 13:12:38 +02:00
Ralf Becker
d1ff8e9f07 fix our PHP syntax-check giving errors with PHP < 7.4 2020-03-10 22:12:41 +01:00
Ralf Becker
dfb93cfa20 exclude (failing) pear tests from our PHP systax check 2019-02-07 17:45:34 +01:00
Ralf Becker
aa4c463e33 allow to specify PHP interpreter via PHP enviroment variable
allow to specify a file/directory to scan
2018-05-02 12:13:16 +02:00
Ralf Becker
251d7d4887 ignore not used part of ADOdb give PHP Fatal error: Cannot unset $this 2017-08-18 10:34:51 +02:00
Ralf Becker
b34023d194 suppress PHP Parse errors in PHP < 7.0 in dependency of phpunit: phpspec/prophecy 2016-12-08 16:01:55 +01:00
Ralf Becker
3ebc3d677f trying to fix hhvm systax check, but using same parameters as (working) 14.2 check 2016-08-07 17:22:22 +02:00
Ralf Becker
bca3ca2059 try to improve speed of HHVM syntax check using -d hhvm.jit=0 2016-07-28 17:04:07 +02:00
Ralf Becker
a39935810c fix Travis errors with phpunit 4.8 under PHP < 7 2016-07-11 22:39:42 +02:00
Ralf Becker
0d19c8fc83 suppress PHP Deprecated in vendor, as they need to be solved by the vendor 2016-07-10 11:49:47 +02:00
Ralf Becker
a2edaf48a9 updated php syntax check 2016-06-03 08:42:20 +02:00
Ralf Becker
111838edc1 exclude composer conditional included autoload_static.php, as it requires PHP 5.6+ 2016-05-30 21:07:38 +02:00
Ralf Becker
8c1077a7b9 exclude old / not used PEAR Autoloader giving PHP Fatal error: Method PEAR_Autoloader::__call() must take exactly 2 arguments 2016-05-30 20:26:37 +02:00
Ralf Becker
1eed5073b2 install our default dependencies with myrepos and run doc/php_syntax_check.sh to (checks and reports all files, not just first failure) 2016-05-30 18:20:31 +02:00