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:
Peter Cowburn 2014-10-26 16:29:41 +00:00
parent 10b60deaa2
commit 8ec65e7575

View file

@ -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