Skip to content

Commit ef757b0

Browse files
authored
Add warning for disable_functions and disable_classes (#5429)
1 parent a758e79 commit ef757b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appendices/ini.core.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@
220220
This directive must be set in &php.ini;.
221221
It cannot be set in &httpd.conf;.
222222
</simpara>
223+
<warning>
224+
<simpara>
225+
This directive can be circumvented and should not be considered a
226+
sufficient security measure for shared hosting environments.
227+
</simpara>
228+
</warning>
223229
</listitem>
224230
</varlistentry>
225231

@@ -242,6 +248,12 @@
242248
This directive must be set in &php.ini;.
243249
It cannot be set in &httpd.conf;.
244250
</simpara>
251+
<warning>
252+
<simpara>
253+
This directive can be circumvented and should not be considered a
254+
sufficient security measure for shared hosting environments.
255+
</simpara>
256+
</warning>
245257
</listitem>
246258
</varlistentry>
247259

0 commit comments

Comments
 (0)