php-doc-en/reference/datetime/configure.xml
Philip Olson 3dbecc855e - Created configure.xml
- Moved timezone note from setup.xml to configure.xml (added new <title> only)
- Added note regarding optional experimental DateTime support in PHP 5.1.x
- Paves way to change version info from 5.1.0 to 5.2.0 for these functions


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252999 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-16 00:17:44 +00:00

51 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<section xml:id="datetime.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
&no.install;
<note>
<title>Getting the latest timezone database</title>
<para>
The latest version of the timezone database can be installed via PECL's
<link xlink:href="&url.pecl.package.get;timezonedb">timezonedb</link>. For
Windows users, a pre-compiled DLL can be downloaded from the PECL4Win
site: <link xlink:href="&url.pecl.timezonedb.dll;">php_timezonedb.dll</link>.
</para>
</note>
<note>
<title>Experimental DateTime support in PHP 5.1.x</title>
<para>
Although the <classname>DateTime</classname> class (and related functions)
are enabled by default since PHP 5.2.0, it is possible to add experimental
support into PHP 5.1.x by using the following flag before configure/compile:
<literal>CFLAGS=-DEXPERIMENTAL_DATE_SUPPORT=1</literal>
</para>
</note>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->