Home
last modified time | relevance | path

Searched hist:"4 fcd684a8a5eb25a7c51dfcb55838fbfc523858f" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dinit.php4fcd684a8a5eb25a7c51dfcb55838fbfc523858f Sun Jan 15 10:30:38 UTC 2012 Michael Hamann <michael@content-space.de> Disable E_STRICT error reporting

This change disables the reporting of strict standard errors in PHP 5.4,
in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for
these versions this doesn't cause any change (however E_STRICT is
available in all versions of PHP 5 so this doesn't cause any problems).
See also FS#2427.