diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/upload_validation_real.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/upload_validation_real.phpt b/src/tests/upload_validation_real.phpt index b7af562..f1d29d4 100644 --- a/src/tests/upload_validation_real.phpt +++ b/src/tests/upload_validation_real.phpt | |||
| @@ -6,6 +6,10 @@ if (!extension_loaded("snuffleupagus")) { | |||
| 6 | print "skip"; | 6 | print "skip"; |
| 7 | } | 7 | } |
| 8 | 8 | ||
| 9 | if (PHP_VERSION_ID >= 70300) { | ||
| 10 | die("skip BROKEN with 7.3"); | ||
| 11 | } | ||
| 12 | |||
| 9 | if (strpos(system("php -d error_log=/dev/null -d extension=vld.so -m 2>/dev/null"), "vld") === FALSE) { | 13 | if (strpos(system("php -d error_log=/dev/null -d extension=vld.so -m 2>/dev/null"), "vld") === FALSE) { |
| 10 | print "skip"; | 14 | print "skip"; |
| 11 | } | 15 | } |
