language/errors/basics.xml
de9c65c91ff1710d8b2d2ec955caea0162679305
...
...
@@ -37,7 +37,7 @@
37
37
to <constant>E_ALL</constant>, as you need to be aware of and fix the
38
38
issues raised by PHP. In production, you may wish to set this to a less
39
39
verbose level such as
40
-
<code>E_ALL &amp; ~E_NOTICE &amp; ~E_STRICT &amp; ~E_DEPRECATED</code>, but
40
+
<code>E_ALL &amp; ~E_NOTICE &amp; ~E_DEPRECATED</code>, but
41
41
in many cases <constant>E_ALL</constant> is also appropriate, as it may
42
42
provide early warning of potential issues.
43
43
</para>
44
44