[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /scripts gen-phpdoc-tz-list.php
From:       "Derick Rethans" <derick () php ! net>
Date:       2008-02-27 9:46:50
Message-ID: cvsderick1204105610 () cvsserver
[Download RAW message or body]

derick		Wed Feb 27 09:46:50 2008 UTC

  Modified files:              
    /phpdoc/scripts	gen-phpdoc-tz-list.php 
  Log:
  - Also include BC zones here - upgrade note to warning.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/gen-phpdoc-tz-list.php?r1=1.8&r2=1.9&diff_format=u
                
Index: phpdoc/scripts/gen-phpdoc-tz-list.php
diff -u phpdoc/scripts/gen-phpdoc-tz-list.php:1.8 \
                phpdoc/scripts/gen-phpdoc-tz-list.php:1.9
--- phpdoc/scripts/gen-phpdoc-tz-list.php:1.8	Tue Feb 26 17:28:48 2008
+++ phpdoc/scripts/gen-phpdoc-tz-list.php	Wed Feb 27 09:46:50 2008
@@ -8,7 +8,7 @@
 		'Mexico' => 'Others',
 		'US' => 'Others',
 	);
-	$list = timezone_identifiers_list();
+	$list = timezone_identifiers_list(DateTimeZone::ALL_WITH_BC);
 
 	foreach ($list as $element) {
 		if (preg_match('@^([^/]*)/(.*)@', $element, $m)) {
@@ -27,7 +27,7 @@
     $groupedList['Others'] = $others;
 ?>
 <?php echo '<?'; ?>xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- AUTO GENERATED, DO NOT MODIFY BY HAND -->
 
 <appendix xml:id="timezones" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> @@ -75,12 +75,12 @@
    </tgroup>
   </table>
 <?php if ( $group == 'Others' ) { ?>
-  <note>
+  <warning>
    <simpara>
      Please do not use any of the timezones listed here, they only exist
      for backward compatible reasons.
    </simpara>
-  </note>
+  </warning>
 <?php } ?>
  </sect1>
 <?php } ?>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic