Update to PHP-5.5.14

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13327 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2014-06-28 10:01:40 +00:00
parent 652b18bb56
commit 2e937f5ebd
3 changed files with 13 additions and 9 deletions

View File

@ -391,7 +391,7 @@ export -f as_root</userinput></screen>
<!ENTITY mercurial-version "3.0.1">
<!ENTITY nasm-version "2.11.05">
<!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "5.5.13">
<!ENTITY php-version "5.5.14">
<!ENTITY python2-version "2.7.7">
<!ENTITY python3-version "3.4.1">
<!ENTITY ruby-version "2.1.2">

View File

@ -6,10 +6,10 @@
<!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2">
<!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2">
<!ENTITY php-md5sum "e26e90af25ee6505dc18855e0180ffe9">
<!ENTITY php-md5sum "b53e5f47c59ffbe26d20957636695baa">
<!ENTITY php-size "13 MB">
<!ENTITY php-buildsize "362 MB (additional 1 MB for the test suite)">
<!ENTITY php-time "4.3 SBU (additional 2.2 SBU to run the test suite)">
<!ENTITY php-buildsize "432 MB (additional 102 MB for documentation)">
<!ENTITY php-time "3.5 SBU (additional 1.8 SBU to run the test suite)">
]>
<sect1 id="php" xreflabel="PHP-&php-version;">
@ -80,14 +80,14 @@
<xref linkend="pcre"/>,
<xref linkend="aspell"/>,
<xref linkend="enchant"/>,
<xref linkend="pth"/>,
an <xref linkend="server-mail"/> (that provides a
<command>sendmail</command> command)
<ulink url="http://www.ossp.org/pkg/lib/mm/">OSSP mm</ulink>,
<ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
<xref linkend="pth"/>,
<ulink url="http://re2c.org/">re2c</ulink>,
<ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>,
<ulink url="http://dmalloc.com/">Dmalloc</ulink>, and
an <xref linkend="server-mail"/> (that provides a
<command>sendmail</command> command)</para>
<ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>, and
<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
<bridgehead renderas="sect4">Optional Graphics Utilities and Libraries</bridgehead>
<para role="optional"><xref linkend="libjpeg"/>,

View File

@ -47,6 +47,10 @@
<listitem>
<para>June 28th, 2014</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to PHP-5.5.14. Fixes
<ulink url="&blfs-ticket-root;5216">#5216</ulink>.</para>
</listitem>
<listitem>
<para>[igor] - Update to lzo-2.07. Fixes
<ulink url="&blfs-ticket-root;5210">#5210</ulink>.</para>