mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c0868bb941
commit
a8a3ab994f
1 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue