[TYPO3-english] TYPO3 4.4 and PHP 5.4

Philipp Gampe philipp.gampe at typo3.org
Sat May 11 22:32:10 CEST 2013


Hi Wiesław Golsz,

Wiesław Golsz wrote:

> I change PHP to V.5.4 and received error:

with TYPO3 CMS 4.4?

This most likely does not work. Please update at least to 4.5 which has 
(basic) PHP 5.4 support.

To resolve your problem, you should adjust your PHP error bitmask to exclude 
strict warnings.
You can do so in the install tool:
[SYS][errorHandlerErrors] = 30466
Default is E_ALL & ~(E_STRICT | E_NOTICE | E_COMPILE_WARNING | 
E_COMPILE_ERROR | E_CORE_WARNING | E_CORE_ERROR | E_PARSE | E_ERROR).

[SYS][exceptionalErrors] = 20480
Default is E_ALL & ~(E_STRICT | E_NOTICE | E_COMPILE_WARNING | 
E_COMPILE_ERROR | E_CORE_WARNING | E_CORE_ERROR | E_PARSE | E_ERROR | 
E_DEPRECATED | E_WARNING | E_USER_ERROR | E_USER_NOTICE | E_USER_WARNING)

You can set the values also in the typo3conf/localconf.php.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-english mailing list