From a76b4d0462622358abb4dca01a0df57532eb5283 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 17 Jan 2010 22:25:47 +0000 Subject: [PATCH] - I moved few months ago - Update the "olson database" example output (since I am here) - Move that not-making-any-sense version note below the table and fix the version git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293675 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/features/commandline.xml b/features/commandline.xml index 3ac76b8107..96f7d035c3 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -593,7 +593,6 @@ array(4) { which start with - to your script. - Long options are available since PHP 4.3.3. Command line options @@ -1220,14 +1219,14 @@ $ php --ri date date date/time support => enabled -"Olson" Timezone Database Version => 2007.5 +"Olson" Timezone Database Version => 2009.20 Timezone Database => internal Default timezone => Europe/Oslo Directive => Local Value => Master Value date.timezone => Europe/Oslo => Europe/Oslo -date.default_latitude => 59.22482 => 59.22482 -date.default_longitude => 11.018084 => 11.018084 +date.default_latitude => 59.930972 => 59.930972 +date.default_longitude => 10.776699 => 10.776699 date.sunset_zenith => 90.583333 => 90.583333 date.sunrise_zenith => 90.583333 => 90.583333 ]]> @@ -1239,6 +1238,9 @@ date.sunrise_zenith => 90.583333 => 90.583333
+ + Long options are available since PHP 5.3.0. +