mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixes #48040 (php min version wrong for date_default_timezone_set/get)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279158 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
21744ea0b7
commit
bd450eaf3f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
@ -53,8 +53,8 @@
|
|||
<function name='date_create_from_format' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='date_date_set' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='date_days_between' from='PECL date_time:0.1'/>
|
||||
<function name='date_default_timezone_get' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='date_default_timezone_set' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='date_default_timezone_get' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='date_default_timezone_set' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='date_diff' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='date_format' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='date_free' from='PECL date_time:0.1'/>
|
||||
|
|
Loading…
Reference in a new issue