Your message dated Thu, 30 Jul 2015 09:50:53 +0200 with message-id <1438242653.1876226.337021865.11575...@webmail.messagingengine.com> and subject line Re: [php-maint] Bug#793385: php5: /etc/php5/cli/php.ini memory_limit ignored has caused the Debian Bug report #793385, regarding php5: /etc/php5/cli/php.ini memory_limit ignored 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.) -- 793385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793385 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: php5 Version: 5.4.41-0+deb7u1 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these lines *** -- System Information: Debian Release: 7.8 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages php5 depends on: ii libapache2-mod-php5 5.4.41-0+deb7u1 ii php5-common 5.4.41-0+deb7u1 php5 recommends no packages. php5 suggests no packages. -- no debconf information Description: Installed mediawiki and tried to run some of the maintenance scripts. They crashed with error: PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 3072 bytes) in /usr/share/mediawiki/maintenance/Maintenance.php on line 157 .... which seemed odd since the limits in all possible config files were set to 128MB (as far as I remember by default, I don't remember tampering with the settings since fresh install). Possible cause: The php cli config (/etc/php5/cli/php.ini) seems to have wrong syntax for memory_limit (is missing the 'M' after 128).
--- End Message ---
--- Begin Message ---Version: 5.4.41-0+deb7u1 Hi, the default php5-cli memory limit is set to -1 (unlimited): # php -r 'phpinfo();' | grep memory_limit memory_limit => -1 => -1 so I think this might be a local configuration error rather then a bug in a package. Thus I am closing the bug, but feel free to reopen it if you can reproduce this in the clean Debian installation. Cheers, Ondrej On Thu, Jul 23, 2015, at 16:21, sulfo wrote: > Package: php5 > Version: 5.4.41-0+deb7u1 > Severity: normal > > Dear Maintainer, > *** Please consider answering these questions, where appropriate *** > > * What led up to the situation? > * What exactly did you do (or not do) that was effective (or > ineffective)? > * What was the outcome of this action? > * What outcome did you expect instead? > > *** End of the template - remove these lines *** > > > -- System Information: > Debian Release: 7.8 > APT prefers oldstable-updates > APT policy: (500, 'oldstable-updates'), (500, 'oldstable') > Architecture: amd64 (x86_64) > > Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > > Versions of packages php5 depends on: > ii libapache2-mod-php5 5.4.41-0+deb7u1 > ii php5-common 5.4.41-0+deb7u1 > > php5 recommends no packages. > > php5 suggests no packages. > > -- no debconf information > > Description: > Installed mediawiki and tried to run some of the maintenance scripts. > They crashed with error: > > PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to > allocate 3072 bytes) in > /usr/share/mediawiki/maintenance/Maintenance.php on line 157 > > .... which seemed odd since the limits in all possible config files were > set to 128MB (as far as I > remember by default, I don't remember tampering with the settings since > fresh install). > > Possible cause: > The php cli config (/etc/php5/cli/php.ini) seems to have wrong syntax for > memory_limit (is missing > the 'M' after 128). > > _______________________________________________ > pkg-php-maint mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint -- Ondřej Surý <[email protected]> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
--- End Message ---

