diff --git a/appendices/ini.xml b/appendices/ini.xml index 40dc3ce464..a70ead8740 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -300,29 +300,35 @@ - date.default_latitude + date.default_latitude "31.7667" PHP_INI_ALL Available since PHP 5.0.0. - date.default_longitude + date.default_longitude "35.2333" PHP_INI_ALL Available since PHP 5.0.0. - date.sunrise_zenith + date.sunrise_zenith "90.83" PHP_INI_ALL Available since PHP 5.0.0. - date.sunset_zenith + date.sunset_zenith "90.83" PHP_INI_ALL Available since PHP 5.0.0. + + date.timezone + "GMT" + PHP_INI_ALL + Available since PHP 5.1.0. + dba.default_handler "" diff --git a/reference/datetime/ini.xml b/reference/datetime/ini.xml index b603708e2a..887b752bbc 100755 --- a/reference/datetime/ini.xml +++ b/reference/datetime/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -16,6 +16,30 @@ + + date.default_latitude + "31.7667" + PHP_INI_ALL + Available since PHP 5.0.0. + + + date.default_longitude + "35.2333" + PHP_INI_ALL + Available since PHP 5.0.0. + + + date.sunrise_zenith + "90.83" + PHP_INI_ALL + Available since PHP 5.0.0. + + + date.sunset_zenith + "90.83" + PHP_INI_ALL + Available since PHP 5.0.0. + date.timezone "GMT" @@ -32,6 +56,54 @@ + + + date.default_latitude + float + + + + The default latitude. + + + + + + + date.default_longitude + float + + + + The default longitude. + + + + + + + date.sunrise_zenith + float + + + + The default sunrise zenith. + + + + + + + date.sunset_zenith + float + + + + The default sunset zenith. + + + + date.timezone @@ -41,12 +113,19 @@ The default timezone. This is used when the TZ environment variable is not set. + Currently it is only used by the strtotime + function. - + + + The first four configuration options are currently only used by + date_sunrise and date_sunset. + +