Changeset 4a93a3c


Ignore:
Timestamp:
07/30/2004 11:43:58 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
71fc777d
Parents:
7d4fb1d
Message:

Updated to PHP-5.0.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/web/php.xml

    r7d4fb1d r4a93a3c  
    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-size          "3.8 MB">
    10   <!ENTITY php-buildsize     "57 MB">
    11   <!ENTITY php-time          "0.90 SBU">
     9  <!ENTITY php-size          "4.4 MB">
     10  <!ENTITY php-buildsize     "101 MB">
     11  <!ENTITY php-time          "1.42 SBU">
    1212]>
    1313
     
    3636<sect4><title>Required</title>
    3737<para>
    38 <xref linkend="apache"/> and
    39 <xref linkend="mysql"/>
     38<xref linkend="apache"/>
    4039</para></sect4>
    4140<sect4><title>Optional</title>
    4241<para>
     42<xref linkend="libxml2"/>,
     43<xref linkend="libxslt"/>,
    4344<xref linkend="openssl"/>,
    4445<xref linkend="bc"/>,
     46<ulink url="http://www.fastio.com/">ClibPDF</ulink>,
     47<xref linkend="libjpeg"/>,
     48<xref linkend="libtiff"/>,
    4549<xref linkend="curl"/>,
     50<ulink url="http://qdbm.sourceforge.net/">QDBM</ulink>,
     51<xref linkend="gdbm"/>,
    4652<xref linkend="db"/>,
    47 <xref linkend="libjpeg"/>,
     53<xref linkend="fam"/>,
     54<ulink url="http://www.boutell.com/gd/">GD</ulink>,
    4855<xref linkend="libpng"/>,
     56X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
    4957<xref linkend="freetype2"/>,
    50 <xref linkend="gdbm"/>,
    51 <ulink url="../server/mail.html">MTA</ulink>,
     58<ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>,
     59<xref linkend="gmp"/>
     60<xref linkend="mysql"/>,
    5261<xref linkend="pcre"/>,
    5362<xref linkend="postgresql"/>,
    54 <xref linkend="libtiff"/>,
     63<xref linkend="openldap"/>,
     64<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
     65<ulink url="http://mcrypt.hellug.gr/">libmcrypt</ulink>,
     66<ulink url="http://mhash.sourceforge.net/">mhash</ulink>,
    5567<xref linkend="expat"/> and
    56 <xref linkend="gmp"/>
     68<ulink url="../server/mail.html">MTA</ulink>
    5769</para></sect4>
    5870</sect3>
     
    6375<title>Installation of <application><acronym>PHP</acronym></application></title>
    6476
     77<note><para>You can use <application><acronym>PHP</acronym></application>
     78for server-side scripting, command line scripting or client-side
     79<acronym>GUI</acronym> applications. The book provides instructions for
     80setting up <application><acronym>PHP</acronym></application> for
     81server-side scripting as it is the most common form.</para></note>
     82
    6583<para>Install <application><acronym>PHP</acronym></application> by
    6684running the following commands:</para>
    6785
    68 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
    69     --with-apxs2 --with-config-file-path=/etc \
    70     --with-zlib --with-bz2 --enable-ftp --with-gettext \
    71     --with-iconv --with-mysql=/usr --with-ncurses &amp;&amp;
     86<screen><userinput><command>./configure --prefix=/usr \
     87            --sysconfdir=/etc \
     88            --with-apxs2 \
     89            --with-config-file-path=/etc \
     90            --with-zlib \
     91            --with-bz2 \
     92            --enable-ftp \
     93            --with-gettext \
     94            --with-iconv \
     95            --with-ncurses &amp;&amp;
    7296make &amp;&amp;
    7397make install &amp;&amp;
     
    95119<para>To enable <acronym>PHP</acronym> support in the
    96120<application>Apache</application> web server,
    97 a new AddType directive must be added to the
     121a new LoadModule (this one should be handled automatically by the
     122<command>make install</command> command) and AddType directives must be added to the
    98123<filename>httpd.conf</filename> file:</para>
    99124
    100 <screen><userinput>AddType application/x-httpd-php .php</userinput></screen>
     125<screen><userinput>LoadModule php5_module lib/apache/libphp5.so
     126AddType application/x-httpd-php .php</userinput></screen>
    101127
    102128<para>Also, it can be useful to add an entry for index.php to the
  • general.ent

    r7d4fb1d r4a93a3c  
    215215<!-- Chapter 24 -->                 
    216216<!ENTITY apache-version               "2.0.50"> 
    217 <!ENTITY php-version                  "4.3.6"> 
     217<!ENTITY php-version                  "5.0.0"> 
    218218<!ENTITY proftpd-version              "1.2.9"> 
    219219<!ENTITY vsftpd-version               "2.0.1"> 
  • introduction/welcome/changelog.xml

    r7d4fb1d r4a93a3c  
    1919<itemizedlist>
    2020
     21<listitem><para>July 30th, 2004 [igor]: Updated to PHP-5.0.0.</para></listitem>
     22
    2123<listitem><para>July 30th, 2004 [randy]: Updated to Mozilla-1.7.1 and
    2224GnuPG-1.2.5 and added patches to both packages to fix various build
Note: See TracChangeset for help on using the changeset viewer.