Ignore:
Timestamp:
09/05/2020 07:31:50 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
b1ef21e
Parents:
e162f3d
Message:

cups-filters-1.28.1
mercurial-5.5.1
php-7.4.10
gspell-1.8.4
amtk-5.1.2
gtk+-3.24.23
at-spi2-core-2.36.1
gnutls-3.6.15
xfsprogs-5.8.0
js-68.12.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    re162f3d rcfc1f98  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "b623bef0da0b7c48477853ca50c989c5">
     9  <!ENTITY php-md5sum        "48cd5acc0bb3e81dbf9c98a343d6149c">
    1010  <!ENTITY php-size          "9.8 MB">
    11   <!ENTITY php-buildsize     "474 MB (add 2 MB for tests, add 117 MB for documentation)">
    12   <!ENTITY php-time          "1.7 SBU (with parallelism=4; add 1.7 SBU for tests)">
     11  <!ENTITY php-buildsize     "644 MB (add 1.2 MB for tests, add 182 MB for documentation)">
     12  <!ENTITY php-time          "1.6 SBU (with parallelism=4; add 1.9 SBU for tests)">
    1313]>
    1414
     
    217217      </para>
    218218    </note>
    219 <!--
    220     <para>
    221       If you wish to build <application>PHP</application> with the
    222       <application>tidy-html5</application> library, due to API changes, in the
    223       <application>PHP</application> source, <filename>buffio.h</filename>
    224       header needs to be changed to <filename>tidybuffio.h</filename> in the
    225       file <filename>ext/tidy/tidy.c</filename>:
    226     </para>
    227 
    228 <screen><userinput>sed -i 's/buffio.h/tidy&amp;/' ext/tidy/tidy.c</userinput></screen>
    229 -->
     219
    230220    <para>
    231221      Install <application>PHP</application> by running the following commands:
     
    300290install -v -m644    CODING_STANDARDS* EXTENSIONS NEWS README* UPGRADING* \
    301291                    /usr/share/doc/php-&php-version;</userinput></screen>
    302 <!--ln -v -sfn          /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
    303                     /usr/share/doc/php-&php-version; &amp;&amp;
    304 ln -v -sfn          /usr/lib/php/doc/Structures_Graph/docs \
    305                     /usr/share/doc/php-&php-version;</userinput></screen>-->
    306292
    307293    <para>
     
    356342  <sect2 role="commands">
    357343    <title>Command Explanations</title>
    358 <!-- Seems to be obsolete?
    359       <para revision="systemd">
    360         <command>sed -i "s|lsystemd-daemon|lsystemd|g" configure</command>:
    361         This command fixes the detection of the systemd library.
    362       </para>
    363 -->
     344
    364345      <para>
    365346        <parameter>--datadir=/usr/share/php</parameter>: This works
     
    632613
    633614      <seglistitem>
    634         <seg>pear, peardev, pecl, phar (symlink), phar.phar, php,
     615        <seg><!-- not built anymore pear, peardev, pecl,-->
     616        phar (symlink), phar.phar, php,
    635617        php-cgi, php-config, php-fpm, phpdbg, and phpize</seg>
    636618
     
    638620        /usr/lib/php/extensions/no-debug-non-zts-20190902</seg>
    639621
    640         <seg>/etc/php-fpm.d, /usr/{include,lib,share}/php and
     622        <seg>/etc/php-fpm.d, /usr/{include,lib,share}/php, and
    641623        /usr/share/doc/php-&php-version;</seg>
    642624      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.