Ignore:
Timestamp:
02/09/2019 09:01:55 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
7ae2bfb
Parents:
637bb9ed
Message:

Merge to HEAD 21112.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r637bb9ed reb056a19  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "9c4df46b64582d3c3e8fb6f01a08158e">
     9  <!ENTITY php-md5sum        "92a237d2f4075eb00dd2b1f36e71ae4c">
    1010  <!ENTITY php-size          "11 MB">
    11   <!ENTITY php-buildsize     "577 MB (add 5 MB for tests, add 112 MB for documentation)">
    12   <!ENTITY php-time          "1.2 SBU (with parallelism=4; add 2.7 SBU for tests)">
     11  <!ENTITY php-buildsize     "789 MB (add 5 MB for tests, add 112 MB for documentation)">
     12  <!ENTITY php-time          "1.9 SBU (with parallelism=4; add 2.8 SBU for tests)">
    1313]>
    1414
     
    100100      <xref linkend="pcre"/>,
    101101      <xref linkend="pth"/>,
     102      <ulink url="https://wiki.ubuntu.com/AppArmor">AppArmor</ulink>,
    102103      <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
    103104      <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
     
    117118      <!--<ulink url="http://www.fastio.com/">ClibPDF</ulink>, - site asks for username/password-->
    118119      <ulink url="http://www.adobe.com/devnet/acrobat/fdftoolkit.html">FDF Toolkit</ulink>,
    119       <ulink url="https://bitbucket.org/libgd/gd-libgd/downloads">GD</ulink>, and
     120      <ulink url="https://github.com/libgd/libgd">GD</ulink>, and
    120121      <ulink url="http://fossies.org/linux/misc/old/t1lib-5.1.2.tar.gz/">t1lib</ulink>
    121122    </para>
     
    128129      <ulink url="https://www.hyperwave.com/en/">Hyperwave</ulink>,
    129130      <ulink url="http://www.mnogosearch.org/">mnoGoSearch</ulink>,
    130       <ulink url="http://www.roxen.com/products/webserver/">Roxen WebServer</ulink>, and
     131      <ulink url="http://download.roxen.com/6.1/">Roxen WebServer</ulink>, and
    131132      <ulink url="https://wddxnet.codeplex.com/">WDDX</ulink>
    132133    </para>
     
    135136    <para role="optional">
    136137      <xref linkend="db"/> (Note that PHP does not officially support versions
    137  above 5.3),
     138      above 5.3),
     139      <xref linkend="libiodbc"/>,
     140      <xref linkend="lmdb"/>,
    138141      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    139142      <xref linkend="openldap"/>,
     
    147150      <ulink url="http://www.empress.com/">Empress</ulink>,
    148151      <ulink url="http://www.frontbase.com/cgi-bin/WebObjects/FBWebSite">FrontBase</ulink>,
     152      <ulink url="https://www.ibm.com/analytics/us/en/db2/">IBM DB2</ulink>,
    149153      <ulink url="http://www.hughes.com.au/products/msql/">Mini SQL</ulink>,
    150154      <ulink url="http://www.monetra.com/">Monetra</ulink>, and
     
    340344  <sect2 role="commands">
    341345    <title>Command Explanations</title>
    342 
     346<!-- Seems to be obsolete?
    343347      <para revision="systemd">
    344348        <command>sed -i "s|lsystemd-daemon|lsystemd|g" configure</command>:
    345349        This command fixes the detection of the systemd library.
    346350      </para>
    347 
     351-->
    348352      <para>
    349353        <parameter>--datadir=/usr/share/php</parameter>: This works
     
    611615
    612616        <seg>dba.{so,a} and opcache.{so,a} in
    613        /usr/lib/php/extensions/no-debug-non-zts-20170718</seg>
     617       /usr/lib/php/extensions/no-debug-non-zts-20180731</seg>
    614618
    615619        <seg>/etc/php-fpm.d, /usr/{include,lib,share}/php and
     
    641645          <para>
    642646            is the PHP Extension and Application Repository (PEAR) package
    643             manager.
     647            manager. This isn't installed by default.
    644648          </para>
    645649          <indexterm zone="php pear">
Note: See TracChangeset for help on using the changeset viewer.