Bug#399179: [php-maint] Bug#399179: php5-cli: setting higher memory limit in php.ini doesn't affect php

2006-12-09 Thread sean finney
tags 399179 unreproducible moreinfo thanks hi domas, sorry for the delay in response. On Sat, 2006-11-18 at 10:44 +, Domas Jokubauskis wrote: > As you see, although php gets the setting, it doesn't use it while it > executes a script. > I have encountered the problem with the version 5.2.0-3

Bug#399179: php5-cli: setting higher memory limit in php.ini doesn't affect php

2006-11-18 Thread Domas Jokubauskis
Package: php5-cli Version: 5.2.0-4 Severity: important I've set "memory_limit = 64M" in /etc/php5/cli/php.ini but when parsing a script php doesn't respect the new setting. I've added "var_dump(ini_get('memory_limit'));" line to the extractor.php script to indicate if php gets the setting. Before