mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated XMLReader version information. Added with 5.1.0 and enabled in 5.1.2. Adam and his lawn gnome confirms this.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327010 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fef4605e7a
commit
0d43419caf
2 changed files with 23 additions and 25 deletions
|
@ -15,11 +15,9 @@
|
|||
<section xml:id="xmlreader.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
The XMLReader extension is available in PECL as of PHP 5.0.0 and is
|
||||
included and enabled as of PHP 5.1.0 by default. It can be enabled
|
||||
by adding the argument <option role="configure">--enable-xmlreader</option>
|
||||
(or <option role="configure">--with-xmlreader</option> before 5.1.0)
|
||||
to the configure line.
|
||||
The XMLReader extension was initially a PECL extension for PHP 5. It was later
|
||||
moved to the PHP source (bundled) as of PHP 5.1.0, and later enabled by default
|
||||
as of PHP 5.1.2.
|
||||
</para>
|
||||
<para>
|
||||
&installation.enabled.disable;
|
||||
|
|
|
@ -4,31 +4,31 @@
|
|||
Do NOT translate this file
|
||||
-->
|
||||
<versions>
|
||||
<function name='xmlreader::close' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::expand' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::getattribute' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::getattributeno' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::getattributens' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::getparserproperty' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::isvalid' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::lookupnamespace' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::movetoattribute' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::movetoattributeno' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::movetoattributens' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::movetoelement' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::movetofirstattribute' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::movetonextattribute' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::next' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::open' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::read' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::close' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::expand' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::getattribute' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::getattributeno' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::getattributens' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::getparserproperty' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::isvalid' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::lookupnamespace' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::movetoattribute' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::movetoattributeno' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::movetoattributens' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::movetoelement' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::movetofirstattribute' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::movetonextattribute' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::next' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::open' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::read' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::readinnerxml' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='xmlreader::readouterxml' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='xmlreader::readstring' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='xmlreader::setparserproperty' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::setparserproperty' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::setrelaxngschema' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='xmlreader::setrelaxngschemasource' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::setrelaxngschemasource' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='xmlreader::setschema' from='PHP 5 >= 5.2.0'/>
|
||||
<function name='xmlreader::xml' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='xmlreader::xml' from='PHP 5 >= 5.1.0'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue