Changeset 0cd10a6c for general


Ignore:
Timestamp:
04/05/2014 01:13:47 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
2884969f
Parents:
6336840d
Message:

Updates to PHP-5.5.11 and SQLite-3.8.4.3. Fixes #4896 and #4900.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r6336840d r0cd10a6c  
    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        "d608230c7890b6a0cc5b92e66e866226">
     9  <!ENTITY php-md5sum        "c8c9ad960bae0265054b5879423f7a75">
    1010  <!ENTITY php-size          "13 MB">
    11   <!ENTITY php-buildsize     "357 MB">
    12   <!ENTITY php-time          "2.4 SBU (additional 2.1 SBU to run the test suite)">
     11  <!ENTITY php-buildsize     "464 MB">
     12  <!ENTITY php-time          "3.8 SBU (additional 2.1 SBU to run the test suite)">
    1313]>
    1414
     
    201201
    202202    <para>To test the results, issue: <command>make test</command>. A few
    203     tests may fail.</para>
     203    tests may fail, in which case you are asked whether you want to send
     204    the report to the PHP developpers. If you want to automate the test,
     205    you may prefix the command with <command>yes "n" | </command>.</para>
    204206
    205207    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.