nlopess         Wed Jun 22 15:33:35 2005 EDT

  Added files:                 
    /phpdoc/en/reference/datetime       ini.xml 

  Modified files:              
    /phpdoc/en/reference/datetime       reference.xml 
  Log:
  start to document the new timelib additions
  
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/datetime/reference.xml
diff -u phpdoc/en/reference/datetime/reference.xml:1.7 
phpdoc/en/reference/datetime/reference.xml:1.8
--- phpdoc/en/reference/datetime/reference.xml:1.7      Fri Sep 17 08:24:34 2004
+++ phpdoc/en/reference/datetime/reference.xml  Wed Jun 22 15:33:34 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
  <reference id="ref.datetime">
   <title>Date and Time Functions</title>
   <titleabbrev>Date/Time</titleabbrev>
@@ -40,6 +40,8 @@
     &no.config;
    </section>
 
+   &reference.datetime.ini;
+
    <section id="datetime.resources">
     &reftitle.resources;
     &no.resource;

http://cvs.php.net/co.php/phpdoc/en/reference/datetime/ini.xml?r=1.1&p=1
Index: phpdoc/en/reference/datetime/ini.xml
+++ phpdoc/en/reference/datetime/ini.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="datetime.configuration">
 &reftitle.runtime;
 &extension.runtime;
 <para>
  <table>
   <title>Date/Time Configuration Options</title>
   <tgroup cols="4">
    <thead>
     <row>
      <entry>Name</entry>
      <entry>Default</entry>
      <entry>Changeable</entry>
      <entry>Changelog</entry>
     </row>
    </thead>
    <tbody>
     <row>
      <entry>date.timezone</entry>
      <entry>"GMT"</entry>
      <entry>PHP_INI_ALL</entry>
      <entry>Available since PHP 5.1.0.</entry>
     </row>
    </tbody>
   </tgroup>
  </table>
  &ini.php.constants;
 </para>

 &ini.descriptions.title;

 <para>
  <variablelist>
   <varlistentry id="ini.date.timezone">
    <term>
     <parameter>date.timezone</parameter>
     <type>string</type>
    </term>
    <listitem>
     <para>
      The default timezone. This is used when the <envar>TZ</envar>
      environment variable is <emphasis role="bold">not</emphasis> set.
     </para>
    </listitem>
   </varlistentry>
  </variablelist>
 </para>

</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
-->

Reply via email to