Ignore:
Timestamp:
03/31/2007 03:09:06 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6732c094
Parents:
ea7cc9f
Message:

Updated to PHP-5.2.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rea7cc9f rd6f7e6cb  
    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        "66a806161d4a2d3b5153ebe4cd0f2e1c">
    10   <!ENTITY php-size          "6.3 MB">
    11   <!ENTITY php-buildsize     "213 MB (includes installing all documentation)">
    12   <!ENTITY php-time          "2.5 SBU (additional 1.9 SBU to run the test suite)">
     9  <!ENTITY php-md5sum        "261218e3569a777dbd87c16a15f05c8d">
     10  <!ENTITY php-size          "7.1 MB">
     11  <!ENTITY php-buildsize     "240 MB (includes installing all documentation)">
     12  <!ENTITY php-time          "2.7 SBU (additional 2.6 SBU to run the test suite)">
    1313]>
    1414
     
    220220make</userinput></screen>
    221221
    222     <para>To test the results, issue: <command>make test</command>. Three of
     222    <para>To test the results, issue: <command>make test</command>. Some of
     223    the tests are known to fail.</para>
     224
     225    <!--Three of
    223226    the (over 1600) tests are known to fail: an <command>iconv</command>
    224227    stream filter test (ext/iconv/tests/iconv_stream_filter.phpt) and two
     
    226229    ext/mbstring/tests/overload02.phpt). Additionally, if you have the
    227230    <application>unixODBC</application> package installed and linked into the
    228     build, you may see many failures related to it.</para>
     231    build, you may see many failures related to it.</para> -->
    229232
    230233    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    232235<screen role="root"><userinput>make install &amp;&amp;
    233236install -v -m644 php.ini-recommended /etc/php.ini &amp;&amp;
     237
    234238install -v -m755 -d /usr/share/doc/php-&php-version; &amp;&amp;
    235239install -v -m644 CODING_STANDARDS EXTENSIONS INSTALL NEWS \
Note: See TracChangeset for help on using the changeset viewer.