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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user