|
60 | 60 | <entry><link linkend="ini.disable-classes">disable_classes</link></entry> |
61 | 61 | <entry>""</entry> |
62 | 62 | <entry>&php.ini; only</entry> |
63 | | - <entry></entry> |
| 63 | + <entry>Removed as of PHP 8.5.0</entry> |
64 | 64 | </row> |
65 | 65 | <row> |
66 | 66 | <entry><link linkend="ini.exit-on-timeout">exit_on_timeout</link></entry> |
|
229 | 229 | <type>string</type> |
230 | 230 | </term> |
231 | 231 | <listitem> |
232 | | - <para> |
| 232 | + <simpara> |
233 | 233 | This directive allows certain classes to be disabled. |
234 | 234 | It takes a comma-delimited list of class names. |
235 | 235 | Disabling a class just prevents the class's instantiation. |
236 | | - </para> |
237 | | - <para> |
| 236 | + </simpara> |
| 237 | + <simpara> |
238 | 238 | Only internal classes can be disabled using this directive. |
239 | 239 | User-defined classes are unaffected. |
240 | | - </para> |
| 240 | + </simpara> |
241 | 241 | <simpara> |
242 | 242 | This directive must be set in &php.ini;. |
243 | 243 | It cannot be set in &httpd.conf;. |
244 | 244 | </simpara> |
| 245 | + <warning> |
| 246 | + <simpara> |
| 247 | + This directive has been <emphasis>REMOVED</emphasis> as of PHP 8.5.0. |
| 248 | + </simpara> |
| 249 | + </warning> |
245 | 250 | </listitem> |
246 | 251 | </varlistentry> |
247 | 252 |
|
@@ -587,7 +592,7 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk |
587 | 592 | <entry><link linkend="ini.register-argc-argv">register_argc_argv</link></entry> |
588 | 593 | <entry>"1"</entry> |
589 | 594 | <entry><constant>INI_PERDIR</constant></entry> |
590 | | - <entry></entry> |
| 595 | + <entry>Deprecated as of PHP 8.5.0 and will be removed in the future</entry> |
591 | 596 | </row> |
592 | 597 | <row> |
593 | 598 | <entry><link linkend="ini.enable-post-data-reading">enable_post_data_reading</link></entry> |
@@ -777,6 +782,14 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk |
777 | 782 | <simpara> |
778 | 783 | See also <link linkend="features.commandline">command line</link>. |
779 | 784 | </simpara> |
| 785 | + <warning> |
| 786 | + <simpara> |
| 787 | + This directive has been <emphasis>DEPRECATED</emphasis> as of PHP 8.5.0 and will be removed in the future. |
| 788 | + Configure <literal>register_argc_argv=0</literal> and switch to either <varname>$_GET</varname> |
| 789 | + or <varname>$_SERVER['QUERY_STRING']</varname> to access the information, |
| 790 | + after verifying that the usage is safe. |
| 791 | + </simpara> |
| 792 | + </warning> |
780 | 793 | </listitem> |
781 | 794 | </varlistentry> |
782 | 795 |
|
|
0 commit comments