cvs: peardoc /en/package/php/php-compatinfo intro.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1198790910@cvsserver> |
farell Thu Dec 27 21:28:30 2007 UTC
Added files:
/peardoc/en/package/php/php-compatinfo intro.xml
Log:
initial commit of intro page for PHP_CompatInfo package
http://cvs.php.net/viewvc.cgi/peardoc/en/package/php/php-compatinfo/intro.xml?view=markup&rev=1.1
Index: peardoc/en/package/php/php-compatinfo/intro.xml
+++ peardoc/en/package/php/php-compatinfo/intro.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $Revision: 1.1 $ -->
<refentry id="package.php.php-compatinfo.intro">
<refnamediv>
<refname>Introduction</refname>
<refpurpose>A feature overview</refpurpose>
</refnamediv>
<refsect1 id="package.php.php-compatinfo.intro.desc">
<title>Description</title>
<para>
<emphasis>PHP_CompatInfo</emphasis> (PCI) is designed to parse
a file/folder/script/array to find out the minimum version and extensions
required for it to run.
</para>
</refsect1>
<refsect1 id="package.php.php-compatinfo.intro.features">
<title>Features</title>
<itemizedlist>
<listitem>
<simpara>
parse a single file
</simpara>
</listitem>
<listitem>
<simpara>
parse a folder/directory
</simpara>
</listitem>
<listitem>
<simpara>
parse an array (list of file)
</simpara>
</listitem>
<listitem>
<simpara>
ability to give a list of functions to ignore when calculating the version needed
</simpara>
</listitem>
<listitem>
<simpara>
ability to give a list of directories to ignore when calculating the version needed
</simpara>
</listitem>
<listitem>
<simpara>
ability to go recursively or not into folder to find files
</simpara>
</listitem>
<listitem>
<simpara>
ability to reduce or extends list of extensions to parse for PHP code
</simpara>
</listitem>
<listitem>
<simpara>
ability to give a list of constants to ignore when calculating the version needed.
Available since version 1.2.0
</simpara>
</listitem>
<listitem>
<simpara>
ability to get list of functions related to a PHP version (or a subset).
Available since version 1.2.0
</simpara>
</listitem>
<listitem>
<simpara>
ability to give a list of (related functions of) php modules/extensions
to ignore when calculating the version needed.
Available since version 1.4.0
</simpara>
</listitem>
<listitem>
<simpara>
ability to give a list of (related functions of) php versions to ignore
when calculating the version needed.
Available since version 1.4.0
</simpara>
</listitem>
</itemizedlist>
</refsect1>
<refsect1 id="package.php.php-compatinfo.intro.support">
<title>External support resources</title>
<itemizedlist>
<listitem>
<para>
<ulink url="http://www.laurent-laville.org/pear/PHP_CompatInfo/docs/TDG/en/index.html">
external documentation
</ulink> ( full user guide )
</para>
</listitem>
<listitem>
<para>
<ulink url="http://pear.laurent-laville.org/HTML_CSS/docs">
Download page
</ulink> to get the full definitive guide. Three formats available :
single HTML page, many HTML pages, Windows HTML help.
</para>
</listitem>
</itemizedlist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->