mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- Make ext/date happy if present
This commit is contained in:
parent
d0d87d8435
commit
17eedd00b9
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
<?php
|
||||
|
||||
if (function_exists('date_default_timezone_set')) {
|
||||
date_default_timezone_set('UTC');
|
||||
}
|
||||
|
||||
$manifest = '';
|
||||
$glags = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue