mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
libxml_disable_entity_loader is in 5.2.11 now, not 5.3.0
# http://news.php.net/php.cvs/59020 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282855 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c6903d15f1
commit
9fc23c3673
3 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.42 $ -->
|
||||
<!-- $Revision: 1.43 $ -->
|
||||
<appendix xml:id="migration52" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
|
||||
<para>
|
||||
|
@ -866,6 +866,16 @@ $obj->getCommentName('');
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><link linkend="book.libxml">libXML</link>:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>libxml_disable_entity_loader</function>
|
||||
- Disable the ability to load external entities. As of PHP 5.2.11.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><link linkend="ref.mbstring">mbstring</link>:</para>
|
||||
<itemizedlist>
|
||||
<!--
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
|
||||
<para>
|
||||
|
@ -940,16 +940,6 @@
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><link linkend="book.libxml">libXML</link>:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>libxml_disable_entity_loader</function>
|
||||
- Disable the ability to load external entities.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para><link linkend="book.mysqli">MySQL Improved</link>:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
@ -10,7 +10,7 @@
|
|||
<function name='libxml_get_last_error' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='libxml_set_streams_context' from='PHP 5'/>
|
||||
<function name='libxml_use_internal_errors' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='libxml_disable_entity_loader' from='PHP 5 >= 5.3.0'/>
|
||||
<function name='libxml_disable_entity_loader' from='PHP 5 >= 5.2.11'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue