- 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
This commit is contained in:
Hannes Magnusson 2010-01-17 22:25:47 +00:00
parent b3774f436d
commit a76b4d0462

View file

@ -593,7 +593,6 @@ array(4) {
which start with <literal>-</literal> to your script.
</para>
<para>
Long options are available since PHP 4.3.3.
<table>
<title>Command line options</title>
<tgroup cols="2">
@ -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
</tbody>
</tgroup>
</table>
<note>
<para>Long options are available since PHP 5.3.0.</para>
</note>
</para>
<note>
<para>