diff options
| author | jvoisin | 2018-02-22 16:35:39 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-22 16:35:39 +0100 |
| commit | 884bbbdf5f0916a840bb9fc8f40c14163d58fad8 (patch) | |
| tree | 537aaff929b9b7a1a298ce3eb2f609fd008f7b2c /src | |
| parent | 4ce02663339b6b0976b69f041904b8610dd90cea (diff) | |
php-nightly is now allowed to fail
PHP is breaking too many things on nightly, we'll only support releases from now on.
This should also make our vld-based file-upload checker more resilient: no more random warnings on stderr.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/upload_validation_real.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/upload_validation_real.phpt b/src/tests/upload_validation_real.phpt index eef7b04..73f4fed 100644 --- a/src/tests/upload_validation_real.phpt +++ b/src/tests/upload_validation_real.phpt | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | Upload a file, validation ok, with our real script, using vld | 2 | Upload a file, validation ok, with our real script, using vld |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> |
| 5 | <?php if (strpos(system("php -d extension=vld.so -m"), "vld") === FALSE) print "skip"; ?> | 5 | <?php if (strpos(system("php -d error_log=/dev/null -d extension=vld.so -m 2>/dev/null"), "vld") === FALSE) print "skip"; ?> |
| 6 | --INI-- | 6 | --INI-- |
| 7 | file_uploads=1 | 7 | file_uploads=1 |
| 8 | sp.configuration_file={PWD}/config/upload_validation_real.ini | 8 | sp.configuration_file={PWD}/config/upload_validation_real.ini |
