[Pkg-php-commits] r1126 - php5/trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Wed Jul 23 15:56:02 UTC 2008
tags 492025 pending
thanks
Author: thijs
Date: 2008-07-23 15:56:01 +0000 (Wed, 23 Jul 2008)
New Revision: 1126
Modified:
php5/trunk/debian/NEWS
php5/trunk/debian/changelog
php5/trunk/debian/php5-common.README.Debian
Log:
Add documentation about the timezonedb change (Closes: #492025).
Modified: php5/trunk/debian/NEWS
===================================================================
--- php5/trunk/debian/NEWS 2008-07-23 12:54:56 UTC (rev 1125)
+++ php5/trunk/debian/NEWS 2008-07-23 15:56:01 UTC (rev 1126)
@@ -1,18 +1,25 @@
php5 (5.2.6-1) unstable; urgency=medium
- New php5-dbg package.
+ * Now uses system timezone database.
+ Debian PHP now makes use of the system wide timezone database from the
+ tzdata package, making sure any updates there are automatically used
+ by PHP aswell. Note that this requires that the PHP process has access
+ to /etc/localtime and /usr/share/zoneinfo (this is usually the case).
+
+ * New php5-dbg package.
+
We are now shipping a php5-dgb package which will greatly aid in finding
the cause of many crashes that you may experience. So if you are going to
report a bug for a reproducible crash, please install this package before
sending a backtrace.
- New libapache2-mod-php5filter package.
+ * New libapache2-mod-php5filter package.
We are now also shipping a new libapache2-mod-php5filter package which
uses the "Apache 2.0 filter-module support via DSO through APXS".
- -- Sean Finney <seanius at debian.org> Sun, 04 May 2008 13:58:20 +0200
+ -- Thijs Kinkhorst <thijs at debian.org> Wed, 23 Jul 2008 17:42:06 +0200
php5 (5.2.3-2) unstable; urgency=low
Modified: php5/trunk/debian/changelog
===================================================================
--- php5/trunk/debian/changelog 2008-07-23 12:54:56 UTC (rev 1125)
+++ php5/trunk/debian/changelog 2008-07-23 15:56:01 UTC (rev 1126)
@@ -4,9 +4,10 @@
[ Thijs Kinkhorst ]
* Drop unneeded php5-timezonedb Suggests and obsolete php3 Conflicts.
+ * Add documentation about the timezonedb change (Closes: #492025).
+
+ -- Thijs Kinkhorst <thijs at debian.org> Wed, 23 Jul 2008 17:44:09 +0200
- -- Thijs Kinkhorst <thijs at debian.org> Wed, 23 Jul 2008 14:53:52 +0200
-
php5 (5.2.6-2) unstable; urgency=high
[ Raphael Geissert ]
Modified: php5/trunk/debian/php5-common.README.Debian
===================================================================
--- php5/trunk/debian/php5-common.README.Debian 2008-07-23 12:54:56 UTC (rev 1125)
+++ php5/trunk/debian/php5-common.README.Debian 2008-07-23 15:56:01 UTC (rev 1126)
@@ -7,6 +7,7 @@
* php5-cgi and apache2
* Restarting your web server after installing modules
* Configuration layout
+* Timezone data from system timezone database
* Further documentation, errata, etc
@@ -129,6 +130,21 @@
sean finney <seanius at debian.org> Thu, 19 Oct 2006 23:33:05 +0200
+Timezone data from system timezone database
+---------------------------------------------------------------------
+
+Debian PHP has been patched to use of the system wide timezone database
+from the tzdata package, making sure any updates there are automatically
+used by PHP aswell.
+
+Note that this requires that the PHP process has access to /etc/localtime
+and /usr/share/zoneinfo. For any regular installation this should be the
+case, but in specific secured environments when reading the timezone
+database is impossible PHP will give a "Timezone database is corrupt -
+this should *never* happen!" error.
+
+Thijs Kinkhorst <thijs at debian.org> Wed, 23 Jul 2008 17:42:06 +0200
+
Further documentation, errata, etc
---------------------------------------------------------------------
More information about the Pkg-php-commits
mailing list