Fix doc bug #62321 (The »Notes« section on mysqli_bind_param is outdated), and

simultaneously audit all of the functions removed in 5.4.0 to ensure we have
the right warnings in the right places (spoiler: we didn't).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326726 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-07-20 08:55:25 +00:00
parent d0223af67d
commit 1690f24f52
10 changed files with 11 additions and 57 deletions

View file

@ -16,7 +16,7 @@
Set the current active configuration setting of <link
linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link>.
</para>
&warn.deprecated.function-5-3-0.removed-6-0-0;
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="parameters">

View file

@ -53,7 +53,7 @@
<function name='putenv' from='PHP 4, PHP 5'/>
<function name='restore_include_path' from='PHP 4 &gt;= 4.3.0, PHP 5'/>
<function name='set_include_path' from='PHP 4 &gt;= 4.3.0, PHP 5'/>
<function name='set_magic_quotes_runtime' from='PHP 4, PHP 5'/>
<function name='set_magic_quotes_runtime' from='PHP 4, PHP 5 &lt; 5.4.0'/>
<function name='set_time_limit' from='PHP 4, PHP 5'/>
<function name='sys_get_temp_dir' from='PHP 5 &gt;= 5.2.1'/>
<function name='version_compare' from='PHP 4 &gt;= 4.1.0, PHP 5'/>
@ -81,4 +81,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-->

View file

@ -11,15 +11,7 @@
<para>
This function is an alias of <function>mysqli_stmt_bind_param</function>.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
<function>mysqli_bind_param</function> is deprecated and will be removed.
</para>
</note>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">

View file

@ -11,15 +11,7 @@
<para>
This function is an alias of <function>mysqli_stmt_bind_result</function>.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
<function>mysqli_bind_result</function> is deprecated and will be removed.
</para>
</note>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">

View file

@ -11,6 +11,7 @@
<para>
This function is an alias of <function>mysqli_character_set_name</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">

View file

@ -11,15 +11,7 @@
<para>
This function is an alias of <function>mysqli_stmt_fetch</function>.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
<function>mysqli_fetch</function> is deprecated and will be removed.
</para>
</note>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">

View file

@ -11,15 +11,7 @@
<para>
This function is an alias of <function>mysqli_stmt_result_metadata</function>.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
<function>mysqli_get_metadata</function> is deprecated and will be removed.
</para>
</note>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">

View file

@ -11,15 +11,7 @@
<para>
This function is an alias of <function>mysqli_stmt_param_count</function>.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
<function>mysqli_param_count</function> is deprecated and will be removed.
</para>
</note>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">

View file

@ -11,15 +11,7 @@
<para>
This function is an alias of <function>mysqli_stmt_send_long_data</function>.
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
<function>mysqli_send_long_data</function> is deprecated and will be removed.
</para>
</note>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="seealso">

View file

@ -22,6 +22,7 @@
If you're interested in importing other variables into the global scope,
such as <varname>$_SERVER</varname>, consider using <function>extract</function>.
</para>
&warn.deprecated.function-5-3-0.removed-5-4-0;
</refsect1>
<refsect1 role="parameters">