reference/misc/functions/define.xml
cdc9d28d334bbc08386fecf8aade66080004a9dd
...
...
@@ -67,6 +67,8 @@
67
67
<warning>
68
68
<simpara>
69
69
Defining case-insensitive constants is deprecated as of PHP 7.3.0.
70
+
As of PHP 8.0.0, only &false; is an acceptable value, passing
71
+
&true; will produce a warning.
70
72
</simpara>
71
73
</warning>
72
74
<note>
...
...
@@ -100,6 +102,12 @@
100
102
</thead>
101
103
<tbody>
102
104
<row>
105
+
<entry>8.0.0</entry>
106
+
<entry>
107
+
Passing &true; to <parameter>case_insensitive</parameter> now emits an <constant>E_WARNING</constant>. Passing &false; is still allowed.
108
+
</entry>
109
+
</row>
110
+
<row>
103
111
<entry>7.3.0</entry>
104
112
<entry>
105
113
<parameter>case_insensitive</parameter> has been deprecated and will be removed in version 8.0.0.
106
114