glfs/content/web/php/php-intro.xml
Larry Lawrence 8823d9da43 updated to at-spi-1.4.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1987 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-13 17:00:58 +00:00

45 lines
1.4 KiB
XML

<sect2>
<title>Introduction to <application><acronym>PHP</acronym></application></title>
<para><application><acronym>PHP</acronym></application> is the PHP
Hypertext Preprocessor. Primarily used in dynamic web sites, it allows for
programming code to be directly embedded into the
<acronym>HTML</acronym> markup.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&php-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&php-download-ftp;"/></para></listitem>
<listitem><para>Download size: &php-size;</para></listitem>
<listitem><para>Estimated Disk space required: &php-buildsize;</para></listitem>
<listitem><para>Estimated build time: &php-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application><acronym>PHP</acronym></application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="openssl"/>,
<xref linkend="bc"/>,
<xref linkend="curl"/>,
<xref linkend="db"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libpng"/>,
<xref linkend="freetype2"/>,
<xref linkend="mysql"/> and
<xref linkend="apache"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="gdbm"/>,
<xref linkend="sendmail"/>,
<xref linkend="pcre"/>,
<xref linkend="postgresql"/>,
<xref linkend="readline"/>,
<xref linkend="libtiff"/>,
<xref linkend="expat"/> and
<xref linkend="gmp"/>
</para></sect4>
</sect3>
</sect2>