mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed incorrect references to deprecated MQ ini settings (they were removed), and MQ functions that always return false.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323761 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61e4e54433
commit
b704d36883
1 changed files with 5 additions and 40 deletions
|
@ -315,59 +315,24 @@
|
|||
<section xml:id="migration54.deprecated">
|
||||
<title>Deprecated features in PHP 5.4.x</title>
|
||||
<simpara>
|
||||
<!-- Placeholder for "Deprecated features in PHP 5.4.x" -->
|
||||
</simpara>
|
||||
<simpara>
|
||||
The following is a list of deprecated INI directives. Use of any of these INI
|
||||
directives will cause an <constant>E_DEPRECATED</constant> error to be thrown
|
||||
at startup.
|
||||
</simpara>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>magic_quotes_gpc</literal>, <literal>magic_quotes_runtime</literal> and
|
||||
<literal>magic_quotes_sybase</literal>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>
|
||||
Deprecated functions:
|
||||
</simpara>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>mysql_list_dbs</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>get_magic_quotes_gpc</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>get_magic_quotes_runtime</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>mcrypt_generic_end</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>mysql_list_dbs</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
<!-- Are there any undeprecated features/settings/etc. in PHP 5.4?
|
||||
|
||||
<section xml:id="migration54.undeprecated">
|
||||
<title>Undeprecated features in PHP 5.3.x</title>
|
||||
<simpara>
|
||||
The <function>is_a</function> function has been undeprecated by popular
|
||||
request; it will no longer issue an <constant>E_STRICT</constant> error.
|
||||
</simpara>
|
||||
</section>
|
||||
-->
|
||||
|
||||
<section xml:id="migration54.parameters">
|
||||
<title>Changed Functions</title>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue