sean            Wed Jan  4 22:03:41 2006 UTC

  Modified files:              
    /phpdoc/en/reference/datetime       reference.xml 
    /phpdoc/entities    global.ent 
    /phpdoc/scripts     gen-phpdoc-tz-list.php 
  Log:
  timezone appendix and timezonedb patches for bug 35897 (thanks Lukas)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/datetime/reference.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/datetime/reference.xml
diff -u phpdoc/en/reference/datetime/reference.xml:1.11 
phpdoc/en/reference/datetime/reference.xml:1.12
--- phpdoc/en/reference/datetime/reference.xml:1.11     Sun Sep  4 19:39:10 2005
+++ phpdoc/en/reference/datetime/reference.xml  Wed Jan  4 22:03:40 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- Purpose: calendar -->
 <!-- Membership: core -->
 
@@ -25,6 +25,12 @@
       with these functions.
      </simpara>
     </note>
+    <note>
+     <simpara>
+      The timezones referenced in this section can be found in the
+      <xref linkend="timezones"/>.
+     </simpara>
+    </note>
 
    </section>
    
http://cvs.php.net/viewcvs.cgi/phpdoc/entities/global.ent?r1=1.254&r2=1.255&diff_format=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.254 phpdoc/entities/global.ent:1.255
--- phpdoc/entities/global.ent:1.254    Wed Jan  4 21:44:46 2006
+++ phpdoc/entities/global.ent  Wed Jan  4 22:03:41 2006
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.254 2006/01/04 21:44:46 sean Exp $
+ $Id: global.ent,v 1.255 2006/01/04 22:03:41 sean Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -251,6 +251,7 @@
 <!-- linking to specific pecl packages is done like so: 
&url.pecl.package;package_name -->
 <!ENTITY url.pecl.package.get "http://pecl.php.net/get/";>
 <!-- download linking to specific pecl packages is done like so: 
&url.pecl.package.get;package_name -->
+<!ENTITY url.pecl.timezonedb.dll 
"http://pecl4win.php.net/ext.php/php_timezonedb.dll";>
 <!ENTITY url.pecl.win "http://pecl4win.php.net/";>
 <!ENTITY url.pecl.win.ext "http://pecl4win.php.net/ext.php/";>
 <!ENTITY url.pfpro 
"http://www.verisign.com/products-services/payment-processing/online-payment/payflow-pro/index.html";>
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/gen-phpdoc-tz-list.php?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/scripts/gen-phpdoc-tz-list.php
diff -u phpdoc/scripts/gen-phpdoc-tz-list.php:1.1 
phpdoc/scripts/gen-phpdoc-tz-list.php:1.2
--- phpdoc/scripts/gen-phpdoc-tz-list.php:1.1   Wed Oct 19 07:20:48 2005
+++ phpdoc/scripts/gen-phpdoc-tz-list.php       Wed Jan  4 22:03:41 2006
@@ -28,7 +28,7 @@
     $groupedList['Others'] = $others;
 ?>
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- AUTO GENERATED, DO NOT MODIFY BY HAND -->
 
 <appendix id="timezones">
@@ -62,6 +62,15 @@
     </tbody>
    </tgroup>
   </table>
+  <note>
+   <simpara>
+    The latest version of the timezone database can be installed via PECL's
+    <ulink linkend="&url.pecl.package.get;timezonedb">timezonedb</ulink>.
+    For Windows users, a pre-compiled DLL can be downloaded from the PECL4Win
+    site: <ulink
+    linkend="&url.pecl.timezonedb.dll;">php_timezonedb.dll</unlink>.
+   </simpara>
+  </note>
  </sect1>
 <?php } ?>
 </appendix>  

Reply via email to