Changeset c0764bc for general


Ignore:
Timestamp:
10/06/2018 04:55:12 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
940ef61e
Parents:
afff6997
Message:

Upgrade to php-7.2.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rafff6997 rc0764bc  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "d529efc4017840e3db970b0bc25aef9c">
     9  <!ENTITY php-md5sum        "afd36986e8ba08d4f12c16597faa9c7d">
    1010  <!ENTITY php-size          "12 MB">
    1111  <!ENTITY php-buildsize     "567 MB (add 2 MB for tests, add 111 MB for documentation)">
     
    224224            --datadir=/usr/share/php     \
    225225            --mandir=/usr/share/man      \
     226            --without-pear               \
    226227            --enable-fpm                 \
    227228            --with-fpm-user=apache       \
     
    247248            --mandir=/usr/share/man      \
    248249            --enable-fpm                 \
     250            --without-pear               \
    249251            --with-fpm-user=apache       \
    250252            --with-fpm-group=apache      \
     
    325327    -C /usr/share/doc/php-&php-version; --no-same-owner</userinput></screen>
    326328
     329    <para>
     330      The bundled pear is not installed because of a bug which might
     331      pollute the filesystem with several hidden files and directories.
     332      If pear is needed, execucte the following commands to install:
     333    </para>
     334
     335<screen role="nodump"><userinput>wget http://pear.php.net/go-pear.phar
     336php ./go-pear.phar</userinput></screen>
     337   
    327338  </sect2>
    328339
     
    349360        <parameter>--with-fpm-systemd</parameter>: This parameter allows
    350361        the FastCGI Process Manager to integrate with systemd.
     362      </para>
     363
     364      <para>
     365        <parameter>--without-pear</parameter>: This switch disables
     366        installation of bundled pear software.
    351367      </para>
    352368
Note: See TracChangeset for help on using the changeset viewer.