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.
+