Changeset 1f6b261 for general/prog


Ignore:
Timestamp:
12/03/2019 09:23:28 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a4fe6a26
Parents:
85e652d
Message:

Update to php-7.4.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r85e652d r1f6b261  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "e52a0dc6e7d94024989d0a3746070487">
    10   <!ENTITY php-size          "12 MB">
    11   <!ENTITY php-buildsize     "581 MB (add 2 MB for tests, add 112 MB for documentation)">
    12   <!ENTITY php-time          "1.9 SBU (with parallelism=4; add 2.7 SBU for tests)">
     9  <!ENTITY php-md5sum        "c2ab075e03e4757014196640c24dad25">
     10  <!ENTITY php-size          "9.8 MB">
     11  <!ENTITY php-buildsize     "514 MB (add 6 MB for tests, add 112 MB for documentation)">
     12  <!ENTITY php-time          "1.6 SBU (with parallelism=4; add 2.2 SBU for tests)">
    1313]>
    1414
     
    111111      <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
    112112      <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
     113      <ulink url="https://github.com/kkos/oniguruma">oniguruma</ulink>,
    113114      <ulink url="http://www.ossp.org/pkg/lib/mm/">OSSP mm</ulink>,
    114115      <ulink url="http://re2c.org/">re2c</ulink>, and
     
    251252            --with-gettext               \
    252253            --enable-mbstring            \
     254            --disable-mbregex            \
    253255            --with-readline              &amp;&amp;
    254256make</userinput></screen>
     
    275277            --with-gettext               \
    276278            --enable-mbstring            \
     279            --disable-mbregex            \
    277280            --with-readline              &amp;&amp;
    278281make</userinput></screen>
    279282    <para>
    280       To test the results, issue: <command>make test</command>. A few
    281       tests may fail, in which case you are asked whether you want to send
    282       the report to the PHP developers. If you want to automate the test,
    283       you may prefix the command with <command>yes "n" | </command>.
     283      To test the results, issue: <command>make test</command>. Several
     284      tests (out of over 11900) may fail, in which case you are asked
     285      whether you want to send the report to the PHP developers. If you
     286      want to automate the test, you may prefix the command with
     287      <command>yes "n" | </command>.
    284288    </para>
    285289
     
    424428        <parameter>--enable-mbstring</parameter>: This parameter
    425429        enables multibyte string support.
     430      </para>
     431
     432      <para>
     433        <parameter>--disable-mbstring</parameter>: This parameter
     434        disables multibyte string regular expression support.  It
     435        requires the external
     436        <ulink url="https://github.com/kkos/oniguruma">oniguruma</ulink>
     437        library.
    426438      </para>
    427439
Note: See TracChangeset for help on using the changeset viewer.