diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index 13f317fcf5..6c8b845e0a 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -164,9 +164,9 @@ In PHP 5 a new error level E_STRICT is available. - As E_STRICT is not included within - E_ALL you have to explicitly enable this kind of - error level. Enabling E_STRICT during development + Prior to PHP 5.4.0 E_STRICT was not included within + E_ALL, so you would have to explicitly enable this kind of + error level in PHP < 5.4.0. Enabling E_STRICT during development has some benefits. STRICT messages will help you to use the latest and greatest suggested method of coding, for example warn you about using deprecated functions.