Project

General

Profile

Actions

Bug #19871

closed

t3lib_div breaks on PHP4

Added by Sebastiaan Wiersema over 15 years ago. Updated over 15 years ago.

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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #19866: PHP error due to "public static" keywords in PHP4 in t3lib_div::generateRandomBytes()ClosedMarcus Krause2009-01-20

Actions
Actions #1

Updated by Ingo Renner over 15 years ago

fixed in 4.0.11 and 4.1.9

Actions

Also available in: Atom PDF