mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
auto_populate_raw_post_data generates E_DEPRECATED when *used* (doc bug #67991)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335142 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
10b60deaa2
commit
8ec65e7575
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ B
|
|||
|
||||
<para>
|
||||
<link linkend="ini.always-populate-raw-post-data">always_populate_raw_post_data</link>
|
||||
will now generate an <constant>E_DEPRECATED</constant> error when enabled.
|
||||
will now generate an <constant>E_DEPRECATED</constant> error when used.
|
||||
New code should use
|
||||
<link linkend="wrappers.php.input"><literal>php://input</literal></link>
|
||||
instead of <varname>$HTTP_RAW_POST_DATA</varname>, which will be removed
|
||||
|
|
Loading…
Reference in a new issue