mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add note on register globals removal and link removed functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323673 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ca8560e61d
commit
9c27040f09
1 changed files with 17 additions and 6 deletions
|
@ -86,6 +86,13 @@
|
|||
<constant>E_CORE_ERROR</constant>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The <link linkend="ini.register-globals">register_globals</link> and
|
||||
<link linkend="ini.register-long-arrays">register_long_arrays</link> ini directives
|
||||
have been removed.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<link linkend="language.references.pass">Call-time pass by reference</link> has been removed.
|
||||
|
@ -178,28 +185,32 @@
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
<simpara>
|
||||
The following functions have been removed from PHP :
|
||||
The following functions have been removed from PHP:
|
||||
</simpara>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
define_syslog_variables()
|
||||
<function>define_syslog_variables</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
import_request_variables()
|
||||
<function>import_request_variables</function>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
session_is_registered(), session_register() and session_unregister()
|
||||
<function>session_is_registered</function>, <function>session_register</function>
|
||||
and <function>session_unregister</function>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
mysqli_bind_param(), mysqli_bind_result(), mysqli_client_encoding(), mysqli_fetch(), mysqli_param_count(),
|
||||
mysqli_get_metadata(), mysqli_send_long_data(), mysqli::client_encoding() and mysqli_stmt::stmt()
|
||||
The aliases
|
||||
<function>mysqli_bind_param</function>, <function>mysqli_bind_result</function>,
|
||||
<function>mysqli_client_encoding</function>, <function>mysqli_fetch</function>,
|
||||
<function>mysqli_param_count</function>, <function>mysqli_get_metadata</function>,
|
||||
<function>mysqli_send_long_data</function>, mysqli::client_encoding() and mysqli_stmt::stmt().
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue