Actions
Bug #19871
closedt3lib_div breaks on PHP4
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-01-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Line 1381 says:
public static function generateRandomBytes($count) {
which is PHP5. It should be
function generateRandomBytes($count) {
(issue imported from #M10208)
Actions