Ignore:
Timestamp:
12/04/2015 06:26:07 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
3af9e1e9
Parents:
18a65bc5
Message:
  • Update to openssl-1.0.2e.
  • Update to stunnel-5.27.
  • Update to XML-Simple-2.21 (perl module).
  • Update to php-7.0.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r18a65bc5 r8f64429  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.xz">
    9   <!ENTITY php-md5sum        "3f1d999ed1f9cb5713c9a0161c557f2f">
     9  <!ENTITY php-md5sum        "394e4d6c517078ca3e23acf633c5ed27">
    1010  <!ENTITY php-size          "11 MB">
    11   <!ENTITY php-buildsize     "493 MB (with the tests). Documentation adds 106 MB">
    12   <!ENTITY php-time          "6 SBU (with the tests)">
     11  <!ENTITY php-buildsize     "569 MB (with the tests). Documentation adds 106 MB">
     12  <!ENTITY php-time          "6.3 SBU (with the tests)">
    1313]>
    1414
     
    380380      <para>
    381381        <filename>/etc/php.ini</filename>,
    382         <filename>/etc/pear.conf</filename>, and
    383         <filename>/etc/php-fpm.conf</filename>
     382        <filename>/etc/pear.conf</filename>,
     383        <filename>/etc/php-fpm.conf</filename>, and
     384        <filename>/etc/php-fpm.d/www.conf</filename>
    384385      </para>
    385386
     
    393394
    394395      <indexterm zone="php php-config">
     396        <primary sortas="e-etc-php-fpm.d-www.conf">
     397        /etc/php-fpm.d/www.conf</primary>
     398      </indexterm>
     399
     400      <indexterm zone="php php-config">
    395401        <primary sortas="e-etc-php-fpm.conf">/etc/php-fpm.conf</primary>
    396402      </indexterm>
     
    400406    <sect3>
    401407      <title>Configuration Information</title>
     408
     409      <para>
     410       Without the file <filename>/etc/php-fpm.d/www.conf</filename>,
     411       the process manager does not start. However, it is the file
     412       <filename>/etc/php-fpm.d/www.conf.default</filename>, that is
     413       installed. To solve this, issue as the
     414       <systemitem class="username">root</systemitem> user:
     415      </para>
     416
     417<screen role="root"><userinput>cp -v /etc/php-fpm.d/www.conf.default /etc/php-fpm.d/www.conf</userinput></screen>
    402418
    403419      <para>
     
    496512
    497513      <seglistitem>
    498         <seg>pear, peardev, pecl, phar (symlink), phar.phar,
    499         php, php-cgi, php-config, php-fpm, and phpize</seg>
     514        <seg>pear, peardev, pecl, phar (symlink), phar.phar, php,
     515        php-cgi, php-config, php-fpm, phpdbg, and phpize</seg>
    500516        <seg>dba.{so,a} and opcache.{so,a} at
    501        /usr/lib/php/extensions/no-debug-non-zts-20131226/</seg>
    502         <seg>/usr/{include,lib,share}/php and
     517       /usr/lib/php/extensions/no-debug-non-zts-20151012</seg>
     518        <seg>/etc/php-fpm.d, /usr/{include,lib,share}/php and
    503519        /usr/share/doc/php-&php-version;</seg>
    504520      </seglistitem>
     
    548564      </varlistentry>
    549565
     566      <varlistentry id="phpdbg">
     567        <term><command>phpdbg</command></term>
     568        <listitem>
     569          <para>
     570            is the interactive PHP debugger.
     571          </para>
     572          <indexterm zone="php phpdbg">
     573            <primary sortas="b-phpdbg">phpdbg</primary>
     574          </indexterm>
     575        </listitem>
     576      </varlistentry>
     577
    550578    </variablelist>
    551579
Note: See TracChangeset for help on using the changeset viewer.