Ignore:
Timestamp:
02/01/2016 05:21:31 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:
0ce09c7
Parents:
3fa31b47
Message:
  • PHP-7.0.2: fix dependency URLs, modify optional switches, include switch --with-tidy and fix build with tidy-html5-5.1.25.
  • Update to pixman-0.34.0.
  • Update to ffmpeg-2.8.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r3fa31b47 rb8efb1fb  
    116116      <xref linkend="libtiff"/>,
    117117      <xref linkend="x-window-system"/>,
    118       <ulink url="http://www.fastio.com/">ClibPDF</ulink>,
     118      <!--<ulink url="http://www.fastio.com/">ClibPDF</ulink>, - site asks for username/password-->
    119119      <ulink url="http://www.adobe.com/devnet/acrobat/fdftoolkit.html">FDF Toolkit</ulink>,
    120120      <ulink url="https://bitbucket.org/libgd/gd-libgd/downloads">GD</ulink>, and
     
    146146      <ulink url="http://www.dbmaker.com/">DBMaker</ulink>,
    147147      <ulink url="http://www.empress.com/">Empress</ulink>,
    148       <ulink url="http://www.frontbase.com/">FrontBase</ulink>,
     148      <ulink url="http://www.frontbase.com/cgi-bin/WebObjects/FBWebSite">FrontBase</ulink>,
    149149      <ulink url="http://www.hughes.com.au/products/msql/">Mini SQL</ulink>,
    150150      <ulink url="http://www.monetra.com/">Monetra</ulink>, and
     
    205205      </para>
    206206    </note>
     207
     208    <para>
     209      If you wish to build <application>PHP</application> with the
     210      <application>tidy-html5</application> library, due to API changes, in the
     211      <application>PHP</application> source, <filename>buffio.h</filename>
     212      header needs to be changed to <filename>tidybuffio.h</filename> in the
     213      file <filename>ext/tidy/tidy.c</filename>:
     214    </para>
     215
     216<screen><userinput>sed -i 's/buffio.h/tidy&amp;/' ext/tidy/*.c</userinput></screen>
    207217
    208218    <para>
     
    367377
    368378      <para>
    369         <option>--with-mysqli=/usr/bin/mysql_config</option>: This option
    370         includes MySQLi support.
     379        <option>--with-mysqli=shared</option>: This option includes MySQLi
     380        support.
    371381      </para>
    372382
     
    377387
    378388      <para>
    379         <option>--with-pdo-mysql=/usr</option>: This option includes PDO: MySQL
     389        <option>--with-pdo-mysql=shared</option>: This option includes PDO:
     390        MySQL support.
     391      </para>
     392
     393      <para>
     394        <option>--with-tidy=shared</option>: This option includes tidy library
    380395        support.
    381396      </para>
Note: See TracChangeset for help on using the changeset viewer.