Your message dated Mon, 9 Apr 2012 10:26:36 +0200
with message-id 
<caljhhg8w5twxtxq0mqtng93djz4ulth3ygadyeoecogrzah...@mail.gmail.com>
and subject line Fixed in 5.4.0~rc8-1
has caused the Debian Bug report #452347,
regarding php5-common: /usr/lib/php5/maxlifetime should search 
/etc/php5/conf.d/*.ini too
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
452347: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452347
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5-common
Version: 5.2.0-8+etch7
Severity: normal
Tags: patch


Hi.

It was a surprise when sessions were lost after 1440s contrary to the
session.gc_maxlifetime setting in some /etc/php5/conf.d/foobar.ini.

Please add /etc/php5/conf.d/*.ini search to the /usr/lib/php5/maxlifetime 
script.

Best regards.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-686
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

Versions of packages php5-common depends on:
ii  sed                           4.1.5-1    The GNU sed stream editor

php5-common recommends no packages.

-- debconf-show failed
--- /usr/lib/php5/maxlifetime.orig      2007-11-22 04:23:42.000000000 +0100
+++ /usr/lib/php5/maxlifetime   2007-11-22 04:42:43.000000000 +0100
@@ -2,7 +2,7 @@
 
 max=1440
 
-for ini in /etc/php5/*/php.ini; do
+for ini in /etc/php5/*/php.ini /etc/php5/conf.d/*.ini; do
        cur=$(sed -n -e 
's/^[[:space:]]*session.gc_maxlifetime[[:space:]]*=[[:space:]]*\([0-9]\+\).*$/\1/p'
 $ini 2>/dev/null || true);
        [ -z "$cur" ] && cur=0
        [ "$cur" -gt "$max" ] && max=$cur

--- End Message ---
--- Begin Message ---
Version: 5.4.0~rc8-1

php5 (5.4.0~rc8-1) experimental; urgency=low

  * Imported Upstream version 5.4.0~rc8
  * Improve maxlifetime script to scan for more SAPIs and scan all *.ini
    in conf.d directory
  * Move php5-mysqlnd to Priority: extra to make debcheck happy
  * Check for dpkg-maintscript-helper existence in php5-fpm maintainer
    scripts
  * Add Pre-Depends: dpkg (>= 1.15.7.2~) | dpkg-maintscript-helper to
    allow single upgrade path (dpkg-maintscript-helper package will be
    provided for Ubuntu Lucid PPA)

 -- Ondřej Surý <[email protected]>  Fri, 17 Feb 2012 21:37:05 +0100

-- 
Ondřej Surý <[email protected]>


--- End Message ---

Reply via email to