Bug #14207
Get correct value for memory_limit (get_cfg_var("memory_limit"))
| Status: | Closed | Start date: | 2004-06-16 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ingmar Schlecht | % Done: | 0% |
|
| Category: | Install Tool | |||
| Target version: | - | |||
| TYPO3 Version: | 3.6.1 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
The reportet value for the php-memory limit is not correct if configured via .htaccess or httpd.conf and not php.ini ist available
Affected file and function:
./t3lib/class.t3lib_install.php
$sVar["OTHER: memory_limit"]=get_cfg_var("memory_limit");
http://de.php.net/manual/en/function.get-cfg-var.php
(issue imported from #M166)
History
Updated by Thomas Janke almost 9 years ago
Seems to be fixed in cvs typo3.6.2
Duplicate reported bug. sorry.
edited on: 16.06.04 10:51
Updated by Ingmar Schlecht almost 9 years ago
Exactly. This bug has been solved already.