[TYPO3-mvc] Bug in registering extBase BE modules

Marc Bastian Heinrichs typo3 at mbh-web.de
Wed Feb 24 14:57:22 CET 2010


Hi,

it is important to use PHP 5.3 to reproduce this massive php warnings.

This snippet
---------8<------------------------

error_reporting(E_ALL ^ E_NOTICE);
ini_set('display_errors', true);

$test = array();
$test2 = explode(',', $test);

---------8<------------------------

throws no warning with php 5.2.x.

With php 5.3 you get following warning:
"Warning: explode() expects parameter 2 to be string, array given in 
/var/www/XYZ/test.php on line 8"


kind regards,
Marc Bastian Heinrichs




More information about the TYPO3-project-typo3v4mvc mailing list