Skip to content

Commit fd5dc55

Browse files
committed
Force short_open_tag=0 in run-tests.php
Make sure we don't accidentially add tests depending on short tags.
1 parent 5e8be71 commit fd5dc55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ function main()
262262
'opcache.revalidate_freq=0',
263263
'zend.assertions=1',
264264
'zend.exception_ignore_args=0',
265+
'short_open_tag=0',
265266
);
266267

267268
$no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';

0 commit comments

Comments
 (0)