[php-maint] Bug#739880: /etc/php5/apache2/php.ini comment for memory_limit contains a error

Julien Beauvais julienth37 at live.fr
Sun Feb 23 13:52:44 UTC 2014


Package: php5
Version: 5.4.4-14+deb7u7
Severity: normal
Tags: patch

Bug :
Apache display blank php pages after changing value of memory_limit in php.ini (by folowing the exemple provided in php.ini)

Origin : 
/etc/php5/apache2/php.ini comment for memory_limit contains a error:
"; Maximum amount of memory a script may consume (128MB)"
It can mislead anyone who is not familiar whit php configuration.
If it the case the memory value was chanced to "xxxMB" instead of "xxxM"

Patch :
edit : /etc/php5/apache2/php.ini comment for memory_limit like this
; Maximum amount of memory a script may consume (128M)
and change the value from "xxxMB" to "xxxM"

-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages php5 depends on:
ii  libapache2-mod-php5  5.4.4-14+deb7u7
ii  php5-common          5.4.4-14+deb7u7

php5 recommends no packages.

php5 suggests no packages.

-- no debconf information



More information about the pkg-php-maint mailing list