General

Profile

Sebastiaan Wiersema

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

2009-01-21

09:44 TYPO3 Core Bug #19871 (Closed): t3lib_div breaks on PHP4
Line 1381 says:
public static function generateRandomBytes($count) {
which is PHP5. It should be
function ge...
Sebastiaan Wiersema

2008-06-11

09:51 TYPO3 Core Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
Changed the patch according to some comments on the core list.
--- typo3_svn/typo3/sysext/impexp/class.tx_impexp.p...
Sebastiaan Wiersema

2008-06-10

12:21 TYPO3 Core Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
I made a new patch. which addresses max_execution_time as well. I've already sent it to the typo3-dev list.
--- ...
Sebastiaan Wiersema

2008-06-09

11:53 TYPO3 Core Bug #18926 (Closed): class.tx_impexp.php sets 256m memory_limit without checking php.ini
There is no check in class.tx_impexp.php to see if it is necessary to alter the memory_limit setting. Even when the v... Sebastiaan Wiersema

Also available in: Atom