[Pkg-owncloud-commits] [php-sabre-vobject] 22/43: better description

David Prévot taffit at moszumanska.debian.org
Fri Oct 10 14:16:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 5367ea4ee9287be4bc32987249691b2d46c21a25
Author: Dominik Tobschall <dominik at fruux.com>
Date:   Tue Sep 30 13:27:23 2014 +0200

    better description
---
 lib/timezonedata/php-bc.php         | 3 +++
 lib/timezonedata/php-workaround.php | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/lib/timezonedata/php-bc.php b/lib/timezonedata/php-bc.php
index 87c24c1..0eb4725 100644
--- a/lib/timezonedata/php-bc.php
+++ b/lib/timezonedata/php-bc.php
@@ -4,6 +4,9 @@
  * DateTimeZone::listIdentifiers(DateTimeZone::ALL_WITH_BC)
  * valid for new DateTimeZone()
  *
+ * This list does not include those timezone identifiers that we have to map to
+ * a different identifier for some PHP versions (see php-workaround.php).
+ *
  * Instead of using DateTimeZone::listIdentifiers(DateTimeZone::ALL_WITH_BC)
  * directly, we use this file because DateTimeZone::ALL_WITH_BC is not properly
  * supported by all PHP version and HHVM.
diff --git a/lib/timezonedata/php-workaround.php b/lib/timezonedata/php-workaround.php
index c41b74e..faf35ab 100644
--- a/lib/timezonedata/php-workaround.php
+++ b/lib/timezonedata/php-workaround.php
@@ -1,10 +1,10 @@
 <?php
 /**
- * A list of PHP timezones that were supported in PHP 5.5.9, but are no longer
- * in PHP 5.5.10.
+ * A öist of PHP timezones that were supported until 5.5.9, removed in
+ * PHP 5.5.10 and re-introduced in PHP 5.5.17
  *
- * They are still returned by DateTimeZone::listIdentifiers(DateTimeZone::ALL_WITH_BC),
- * but are invalid for new DateTimeZone(). Fixed in PHP 5.5.17.
+ * DateTimeZone::listIdentifiers(DateTimeZone::ALL_WITH_BC) returns them,
+ * but they are invalid for new DateTimeZone(). Fixed in PHP 5.5.17.
  * https://bugs.php.net/bug.php?id=66985
  *
  * Some more info here:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list