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:
Kalle Sommer Nielsen 2009-04-22 18:57:54 +00:00
parent 21744ea0b7
commit bd450eaf3f

View file

@ -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 &gt;= 5.3.0'/>
<function name='date_date_set' from='PHP 5 &gt;= 5.2.0'/>
<function name='date_days_between' from='PECL date_time:0.1'/>
<function name='date_default_timezone_get' from='PHP 5 &gt;= 5.2.0'/>
<function name='date_default_timezone_set' from='PHP 5 &gt;= 5.2.0'/>
<function name='date_default_timezone_get' from='PHP 5 &gt;= 5.1.0'/>
<function name='date_default_timezone_set' from='PHP 5 &gt;= 5.1.0'/>
<function name='date_diff' from='PHP 5 &gt;= 5.3.0'/>
<function name='date_format' from='PHP 5 &gt;= 5.2.0'/>
<function name='date_free' from='PECL date_time:0.1'/>