Fixed bug #48839 (dl is incorrect disabled instead of deprecated)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293476 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-01-13 01:48:24 +00:00
parent c0868bb941
commit a8a3ab994f

View file

@ -143,8 +143,16 @@ if (!extension_loaded('sqlite')) {
<row>
<entry>5.3.0</entry>
<entry>
This function now throws an E_DEPRECATED notice on all sapi's
except for CLI, CGI and Embed.
<function>dl</function> is now disabled on SAPI's that doesn't explicity
enable support for dynamic loading of extensions. The only SAPI's that
enable <function>dl</function> is: CLI, CGI and Embed.
</entry>
</row>
<row>
<entry>5.3.0</entry>
<entry>
<function>dl</function> now throws an <constant>E_DEPRECATED</constant>
warning on all SAPI's except for CLI, CGI and Embed.
</entry>
</row>
</tbody>