Changeset 2f034e7 for general/prog


Ignore:
Timestamp:
02/02/2016 12:22:00 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
741f7111
Parents:
d6e4445
Message:

Merge r16894, r16896, r16897 from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rd6e4445 r2f034e7  
    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>
     
    380390
    381391      <para>
    382         <option>--with-mysqli=/usr/bin/mysql_config</option>: This option
    383         includes MySQLi support.
     392        <option>--with-mysqli=shared</option>: This option includes MySQLi
     393        support.
    384394      </para>
    385395
     
    390400
    391401      <para>
    392         <option>--with-pdo-mysql=/usr</option>: This option includes PDO: MySQL
     402        <option>--with-pdo-mysql=shared</option>: This option includes PDO:
     403        MySQL support.
     404      </para>
     405
     406      <para>
     407        <option>--with-tidy=shared</option>: This option includes tidy library
    393408        support.
    394409      </para>
Note: See TracChangeset for help on using the changeset viewer.