1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Force short_open_tag=0 in run-tests.php

Make sure we don't accidentially add tests depending on short tags.
This commit is contained in:
Nikita Popov
2020-04-15 11:27:03 +02:00
parent 5e8be710ca
commit fd5dc55759

View File

@@ -262,6 +262,7 @@ NO_PROC_OPEN_ERROR;
'opcache.revalidate_freq=0',
'zend.assertions=1',
'zend.exception_ignore_args=0',
'short_open_tag=0',
);
$no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';