Changeset 2f65edb


Ignore:
Timestamp:
10/16/2005 03:52:15 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
29f1eea6
Parents:
9814eef9
Message:

Updated to PHP-5.0.5.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9814eef9 r2f65edb  
    154154<!ENTITY NASM-version                 "0.98.39">
    155155<!ENTITY pdl-version                  "2.4.2">
    156 <!ENTITY php-version                  "5.0.4">
     156<!ENTITY php-version                  "5.0.5">
    157157<!ENTITY Python-version               "2.4.2">
    158158<!ENTITY ruby-version                 "1.8.2">
  • general/prog/php.xml

    r9814eef9 r2f65edb  
    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        "fb1aac107870f897d26563a9cc5053c0">
     9  <!ENTITY php-md5sum        "b5d4ca75bbb11ee5b830fa67213d9f7f">
    1010  <!ENTITY php-size          "4.7 MB">
    1111  <!ENTITY php-buildsize     "138 MB">
     
    7373    <para><xref linkend="apache"/></para>
    7474
     75    <bridgehead renderas="sect4">Recommended</bridgehead>
     76    <para><xref linkend="libxml2"/></para>
     77
    7578    <bridgehead renderas="sect4">Optional System Utilities and Libraries</bridgehead>
    76     <para><xref linkend="libxml2"/>,
    77     <xref linkend="libxslt"/>,
     79    <para><xref linkend="libxslt"/>,
    7880    <xref linkend="gamin"/>,
    7981    <xref linkend="gmp"/>,
     
    8183    <xref linkend="aspell"/>,
    8284    <xref linkend="pkgconfig"/>,
    83     <xref linkend="expat"/>,
     85    <xref linkend="expat"/> (deprecated alternative to <xref linkend="libxml2"/>),
    8486    <ulink url="http://www.ossp.org/pkg/lib/mm/">OSSP mm</ulink>,
    8587    <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
     
    160162    </note>
    161163
    162     <para>Remove the <option>--disable-libxml</option> switch if you
     164    <para>Remove the <parameter>--disable-libxml</parameter> switch if you
    163165    have <xref linkend="libxml2"/> installed otherwise
    164166    <command>pear</command> will not be built.</para>
     
    231233      <para><parameter>--enable-bcmath</parameter>: Enables
    232234      <command>bc</command> style precision math functions.</para>
    233 
    234       <para><parameter>--with-bz2</parameter>: Add support for
     235 
     236      <para><parameter>--with-bz2</parameter>: Adds support for
    235237      <application>Bzip2</application> compression functions.</para>
    236238
     
    239241
    240242      <para><parameter>--enable-dba</parameter>: This parameter enables
    241       numerous database support including Berkeley DB functions.</para>
     243      support for database (dbm-style) abstraction layer functions.</para>
    242244
    243245      <para><parameter>--enable-exif</parameter>: Enables functions
     
    260262
    261263      <para><parameter>--disable-libxml</parameter>: This parameter
    262       disables XML support functions. This should be removed if you have
    263       <application>Libxml2</application> installed.</para>
     264      allows building PHP without <application>Libxml2</application>
     265      installed.</para>
    264266
    265267  </sect2>
  • introduction/welcome/changelog.xml

    r9814eef9 r2f65edb  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[igor] - Updated to PHP-5.0.5.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Modified dependencies in the libgtkhtml
    4952          instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.