Ignore:
Timestamp:
04/09/2005 06:13:21 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
298ebb8
Parents:
9a9b94f
Message:

Updated to PHP-5.0.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3696 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/web/php.xml

    r9a9b94f rb9d1118  
    77  <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2">
    9   <!ENTITY php-md5sum        "fd26455febdddee0977ce226b9108d9c">
    10   <!ENTITY php-size          "4.4 MB">
    11   <!ENTITY php-buildsize     "101 MB">
    12   <!ENTITY php-time          "1.29 SBU">
     9  <!ENTITY php-md5sum        "fb1aac107870f897d26563a9cc5053c0">
     10  <!ENTITY php-size          "4.7 MB">
     11  <!ENTITY php-buildsize     "126 MB">
     12  <!ENTITY php-time          "1.82 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="php.html"?>
    2121<title><acronym>PHP</acronym>-&php-version;</title>
     22<indexterm zone="php">
     23<primary sortas="a-PHP">PHP</primary></indexterm>
    2224
    2325<sect2>
     
    145147            --with-readline \
    146148            --disable-libxml &amp;&amp;
    147 make &amp;&amp;
    148 make install &amp;&amp;
     149make</command></userinput></screen>
     150
     151<para>Now, as the root user:</para>
     152
     153<screen><userinput role='root'><command>make install &amp;&amp;
    149154cp php.ini-recommended /etc/php.ini</command></userinput></screen>
    150155
     
    165170<title>Configuring <application><acronym>PHP</acronym></application></title>
    166171
    167 <sect3><title>Config files</title>
     172<sect3 id="php-config"><title>Config files</title>
    168173<para><filename>/etc/php.ini</filename>,
    169174<filename>/etc/pear.conf</filename></para>
     175<indexterm zone="php php-config">
     176<primary sortas="e-etc-php.ini">/etc/php.ini</primary></indexterm>
     177<indexterm zone="php php-config">
     178<primary sortas="e-etc-pear.conf">/etc/pear.conf</primary></indexterm>
    170179</sect3>
    171180
     
    174183<para>To enable <acronym>PHP</acronym> support in the
    175184<application>Apache</application> web server,
    176 a new LoadModule (this one should be handled automatically by the
     185a new LoadModule (which should be handled automatically by the
    177186<command>make install</command> command) and AddType directives must be added
    178187to the <filename>httpd.conf</filename> file:</para>
     
    185194<filename>httpd.conf</filename> file.</para>
    186195
     196<para>You'll need to restart the <application>Apache</application> web server
     197after making any modifications to the <filename>httpd.conf</filename>
     198file.</para>
    187199</sect3>
    188200
     
    192204<title>Contents</title>
    193205
    194 <para>The <application><acronym>PHP</acronym></application> package contains
    195 <command>pear</command>,
    196 <command>php</command>,
    197 <command>php-config</command>,
    198 <command>phpextdist</command> and
    199 <command>phpize</command>.
    200 </para>
    201 
    202 </sect2>
    203 
    204 <sect2><title>Description</title>
    205 
    206 <sect3><title>php</title>
    207 <para><command>php</command> is a command line interface that enables
    208 you to parse and execute <acronym>PHP</acronym> code.</para></sect3>
    209 
    210 <sect3><title>pear</title>
    211 <para><command>pear</command> is the <acronym>PHP</acronym> Extension and
    212 Application Repository (<acronym>PEAR</acronym>) package
    213 manager.</para></sect3>
     206<segmentedlist>
     207<segtitle>Installed Programs</segtitle>
     208<segtitle>Installed Library</segtitle>
     209<segtitle>Installed Directories</segtitle>
     210
     211<seglistitem>
     212<seg>pear, php, php-config, phpextdist and phpize</seg>
     213<seg>libphp5.so</seg>
     214<seg>/usr/include/php and /usr/lib/php</seg>
     215</seglistitem>
     216</segmentedlist>
     217
     218<variablelist>
     219<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     220<?dbfo list-presentation="list"?>
     221
     222<varlistentry id="php-prog">
     223<term><command>php</command></term>
     224<listitem><para>is a command line interface that enables you to parse and
     225execute <acronym>PHP</acronym> code.</para>
     226<indexterm zone="php php-prog">
     227<primary sortas="b-php">php</primary>
     228</indexterm></listitem>
     229</varlistentry>
     230
     231<varlistentry id="pear">
     232<term><command>pear</command></term>
     233<listitem><para>is the <acronym>PHP</acronym> Extension and Application
     234Repository (<acronym>PEAR</acronym>) package manager.</para>
     235<indexterm zone="php pear">
     236<primary sortas="b-pear">pear</primary>
     237</indexterm></listitem>
     238</varlistentry>
     239</variablelist>
    214240
    215241</sect2>
Note: See TracChangeset for help on using the changeset viewer.