[TYPO3-core] RFC #8649: Bug: No check on memory_limit in class.tx_impexp.php

Sebastiaan Wiersema sebastiaan at buyways.nl
Tue Jun 10 13:09:53 CEST 2008


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=8649

Branches:
TYPO3_4-1 & trunk

Problem:
There is no check in typo3/sysext/impexp/class.tx_impexp.php to
determine if it is necessary to alter the php.ini memory_limit
directive. Even when the value is altered in php.ini to a higher value
(say, 512MB) this is set back to 256MB.

Solution:
Check what the actual value of memory_limit is. When it's lower than
256MB, raise it to 256MB.

Cheers,
Sebastiaan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_8649.diff
Type: text/x-patch
Size: 1268 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080610/41b6ecc7/attachment.bin 


More information about the TYPO3-team-core mailing list