[TYPO3-dev] TYPO3 4.1.8: bug in PHP 4.4.9?

Marcus Krause marcus#exp2009 at t3sec.info
Tue Jan 20 18:41:11 CET 2009


Christopher Torgalson schrieb am 01/20/2009 06:08 PM Uhr:
> Hi list,
> 
> Looking for confirmation before filing a bug report in the bugtracker.
> The newly released TYPO3 4.1.8 throws a fit on PHP 4.4.9:
> 
> Parse error: syntax error, unexpected T_STRING, expecting
> T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in
> /home/elektra/typo3_src-4.1.8/t3lib/class.t3lib_div.php on line 1379

Confirmed, please file a bug report!

Problem:
public static function generateRandomBytes($count) {)

Solution:
Remove "public static"!


Marcus.




More information about the TYPO3-dev mailing list