Debian Bug report logs - #730474
libapache2-mod-php5: php.ini created with non-default value

version graph

Package: libapache2-mod-php5; Maintainer for libapache2-mod-php5 is (unknown);

Reported by: steve brown <debian@bsgwireless.com>

Date: Mon, 25 Nov 2013 12:09:01 UTC

Severity: normal

Tags: moreinfo

Found in version php5/5.4.4-14+deb7u5

Done: Ondřej Surý <ondrej@sury.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#730474; Package libapache2-mod-php5. (Mon, 25 Nov 2013 12:09:05 GMT) (full text, mbox, link).


Acknowledgement sent to steve brown <debian@bsgwireless.com>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Mon, 25 Nov 2013 12:09:06 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: steve brown <debian@bsgwireless.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libapache2-mod-php5: php.ini created with non-default value
Date: Mon, 25 Nov 2013 11:59:35 +0000
Package: libapache2-mod-php5
Version: 5.4.9-4ubuntu2.3
Severity: normal

Dear Maintainer,

php.ini states within that the default value for error_reporting is: 

  Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED 

however the default php.ini file as created sets error_reporting to 0 so
that no errors are reported anywhere. This caused me time and effort
chasing down an issue which should have been logged by default.

Please may I suggest that this item is set as per the stated default. I
suppose the alternative to change *and detail* the default to 0 would
also be ok.


-- System Information:
Debian Release: wheezy/sid
  APT prefers raring-updates
  APT policy:
Architecture: amd64 (x86_64)
Foreign Architectures:

Kernel: Linux 3.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#730474; Package libapache2-mod-php5. (Mon, 25 Nov 2013 12:27:04 GMT) (full text, mbox, link).


Acknowledgement sent to Steve Brown <debian@bsgwireless.com>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Mon, 25 Nov 2013 12:27:04 GMT) (full text, mbox, link).


Message #10 received at 730474@bugs.debian.org (full text, mbox, reply):

From: Steve Brown <debian@bsgwireless.com>
To: 730474@bugs.debian.org
Subject: Re: Bug#730474: Acknowledgement (libapache2-mod-php5: php.ini created with non-default value)
Date: Mon, 25 Nov 2013 12:15:09 +0000
This is actually:

Version: 5.4.4-14+deb7u5

Sorry - unable to generate bug report on actual server due to policy.

Steve




Information stored :
Bug#730474; Package libapache2-mod-php5. (Mon, 25 Nov 2013 20:27:10 GMT) (full text, mbox, link).


Message #13 received at 730474-quiet@bugs.debian.org (full text, mbox, reply):

From: Bob Proulx <bob@proulx.com>
To: Steve Brown <debian@bsgwireless.com>, 730474-quiet@bugs.debian.org
Subject: Re: Bug#730474: libapache2-mod-php5: php.ini created with non-default value
Date: Mon, 25 Nov 2013 13:25:22 -0700
found 5.4.4-14+deb7u5
notfound 5.4.9-4ubuntu2.3
thanks

Steve Brown wrote:
> This is actually:
> Version: 5.4.4-14+deb7u5
> Sorry - unable to generate bug report on actual server due to policy.

Adjusted the found versions.



Marked as found in versions php5/5.4.4-14+deb7u5. Request was from Bob Proulx <bob@proulx.com> to control@bugs.debian.org. (Mon, 25 Nov 2013 21:03:09 GMT) (full text, mbox, link).


No longer marked as found in versions 5.4.9-4ubuntu2.3. Request was from Bob Proulx <bob@proulx.com> to control@bugs.debian.org. (Mon, 25 Nov 2013 21:03:10 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#730474; Package libapache2-mod-php5. (Fri, 06 Dec 2013 08:51:07 GMT) (full text, mbox, link).


Acknowledgement sent to Ondřej Surý <ondrej@sury.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Fri, 06 Dec 2013 08:51:07 GMT) (full text, mbox, link).


Message #22 received at 730474@bugs.debian.org (full text, mbox, reply):

From: Ondřej Surý <ondrej@sury.org>
To: steve brown <debian@bsgwireless.com>, 730474@bugs.debian.org
Subject: Re: [php-maint] Bug#730474: libapache2-mod-php5: php.ini created with non-default value
Date: Fri, 06 Dec 2013 09:48:42 +0100
tags 730474 +moreinfo

Hi Steve,

I don't think that's true. Could you please provide more evidence
because clean install of libapache2-mod-php5 and doing:

grep error_reporting /etc/php5/apache2/php.ini

gives me:

# grep error_reporting /etc/php5/apache2/php.ini
; error_reporting
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
; Eval the expression with current error_reporting().  Set to true if
you want
; error_reporting(0) around the eval().

which is correct

Ondrej

On Mon, Nov 25, 2013, at 12:59, steve brown wrote:
> Package: libapache2-mod-php5
> Version: 5.4.9-4ubuntu2.3
> Severity: normal
> 
> Dear Maintainer,
> 
> php.ini states within that the default value for error_reporting is: 
> 
>   Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED 
> 
> however the default php.ini file as created sets error_reporting to 0 so
> that no errors are reported anywhere. This caused me time and effort
> chasing down an issue which should have been logged by default.
> 
> Please may I suggest that this item is set as per the stated default. I
> suppose the alternative to change *and detail* the default to 0 would
> also be ok.
> 
> 
> -- System Information:
> Debian Release: wheezy/sid
>   APT prefers raring-updates
>   APT policy:
> Architecture: amd64 (x86_64)
> Foreign Architectures:
> 
> Kernel: Linux 3.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
> Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
> Shell: /bin/sh linked to /bin/dash
> 
> -- no debconf information
> 
> _______________________________________________
> pkg-php-maint mailing list
> pkg-php-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint


-- 
Ondřej Surý <ondrej@sury.org>
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server



Added tag(s) moreinfo. Request was from Ondřej Surý <ondrej@sury.org> to control@bugs.debian.org. (Fri, 06 Dec 2013 08:51:11 GMT) (full text, mbox, link).


Reply sent to Ondřej Surý <ondrej@sury.org>:
You have taken responsibility. (Wed, 02 Jul 2014 12:06:10 GMT) (full text, mbox, link).


Notification sent to steve brown <debian@bsgwireless.com>:
Bug acknowledged by developer. (Wed, 02 Jul 2014 12:06:10 GMT) (full text, mbox, link).


Message #29 received at 730474-done@bugs.debian.org (full text, mbox, reply):

From: Ondřej Surý <ondrej@sury.org>
To: 730474-done@bugs.debian.org
Subject: Re: [php-maint] Bug#730474: libapache2-mod-php5: php.ini created with non-default value
Date: Wed, 02 Jul 2014 14:04:25 +0200
Closing the bug as the original reporter failed to add additional
information as requested.

Cheers,
Ondrej

On Fri, Dec 6, 2013, at 10:48, Ondřej Surý wrote:
> tags 730474 +moreinfo
> 
> Hi Steve,
> 
> I don't think that's true. Could you please provide more evidence
> because clean install of libapache2-mod-php5 and doing:
> 
> grep error_reporting /etc/php5/apache2/php.ini
> 
> gives me:
> 
> # grep error_reporting /etc/php5/apache2/php.ini
> ; error_reporting
> error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
> ; Eval the expression with current error_reporting().  Set to true if
> you want
> ; error_reporting(0) around the eval().
> 
> which is correct
> 
> Ondrej
> 
> On Mon, Nov 25, 2013, at 12:59, steve brown wrote:
> > Package: libapache2-mod-php5
> > Version: 5.4.9-4ubuntu2.3
> > Severity: normal
> > 
> > Dear Maintainer,
> > 
> > php.ini states within that the default value for error_reporting is: 
> > 
> >   Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED 
> > 
> > however the default php.ini file as created sets error_reporting to 0 so
> > that no errors are reported anywhere. This caused me time and effort
> > chasing down an issue which should have been logged by default.
> > 
> > Please may I suggest that this item is set as per the stated default. I
> > suppose the alternative to change *and detail* the default to 0 would
> > also be ok.
> > 
> > 
> > -- System Information:
> > Debian Release: wheezy/sid
> >   APT prefers raring-updates
> >   APT policy:
> > Architecture: amd64 (x86_64)
> > Foreign Architectures:
> > 
> > Kernel: Linux 3.2.0-0.bpo.1-amd64 (SMP w/2 CPU cores)
> > Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
> > Shell: /bin/sh linked to /bin/dash
> > 
> > -- no debconf information
> > 
> > _______________________________________________
> > pkg-php-maint mailing list
> > pkg-php-maint@lists.alioth.debian.org
> > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
> 
> 
> -- 
> Ondřej Surý <ondrej@sury.org>
> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server


-- 
Ondřej Surý <ondrej@sury.org>
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server



Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Thu, 31 Jul 2014 07:33:34 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 02:53:38 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.