[DOC-CVS] [doc-en] master: Add warning for disable_functions and disable_classes (#5429)

[email protected] (Ilija Tovilo via GitHub) Thu, 19 Mar 2026 15:46:11 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Ilija Tovilo (iluuu1994)
Committer: GitHub (web-flow)
Pusher: iluuu1994
Date: 2026-03-19T16:46:07+01:00

Commit: https://github.com/php/doc-en/commit/ef757b033ba1df823b1ac5176ada439effe4cab4
Raw diff: https://github.com/php/doc-en/commit/ef757b033ba1df823b1ac5176ada439effe4cab4.diff

Add warning for disable_functions and disable_classes (#5429)

Changed paths:
  M  appendices/ini.core.xml


Diff:

diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml
index a3b8fa64f801..5497f9938508 100644
--- a/appendices/ini.core.xml
+++ b/appendices/ini.core.xml
@@ -220,6 +220,12 @@
         This directive must be set in &php.ini;.
         It cannot be set in &httpd.conf;.
        </simpara>
+       <warning>
+        <simpara>
+         This directive can be circumvented and should not be considered a
+         sufficient security measure for shared hosting environments.
+        </simpara>
+       </warning>
       </listitem>
      </varlistentry>
 
@@ -242,6 +248,12 @@
         This directive must be set in &php.ini;.
         It cannot be set in &httpd.conf;.
        </simpara>
+       <warning>
+        <simpara>
+         This directive can be circumvented and should not be considered a
+         sufficient security measure for shared hosting environments.
+        </simpara>
+       </warning>
       </listitem>
      </varlistentry>