Skip to content

Commit b34d906

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Add date.timezone=UTC to the INI overwrites in run-tests.php
2 parents d0167e7 + d341eb7 commit b34d906

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
@@ -302,6 +302,7 @@ function main(): void
302302
'zend.exception_ignore_args=0',
303303
'zend.exception_string_param_max_len=15',
304304
'short_open_tag=0',
305+
'date.timezone=UTC',
305306
];
306307

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

0 commit comments

Comments
 (0)