update to php-5.5.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11868 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-09-24 08:18:57 +00:00
parent 7ff6db2dac
commit 2e4782ef50
3 changed files with 20 additions and 10 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "23"> <!-- Always 2 digits -->
<!ENTITY day "24"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "September 23rd, &year;">
<!ENTITY releasedate "September 24th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
@ -377,7 +377,7 @@ export -f as_root</userinput></screen>
<!ENTITY lua-version "5.1.5">
<!ENTITY mercurial-version "2.7.1">
<!ENTITY NASM-version "2.10.09">
<!ENTITY php-version "5.5.3">
<!ENTITY php-version "5.5.4">
<!ENTITY pkgconfig-version "0.28">
<!ENTITY python2-version "2.7.5">
<!ENTITY python3-version "3.3.2">

View File

@ -6,9 +6,9 @@
<!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 "886b08ee6865d654911a6bb02ae98ee8">
<!ENTITY php-size "11.5 MB">
<!ENTITY php-buildsize "353 MB">
<!ENTITY php-md5sum "456f2eb1ee36f2a277bd4cc778e720eb">
<!ENTITY php-size "12 MB">
<!ENTITY php-buildsize "358 MB">
<!ENTITY php-time "2.3 SBU (additional 2.9 SBU to run the test suite)">
]>
@ -68,11 +68,11 @@
<bridgehead renderas="sect3">PHP Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="apache"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="libxml2"/></para>
<para role="recommended">
<xref linkend="apache"/> and
<xref linkend="libxml2"/>
</para>
<bridgehead renderas="sect4">Optional System Utilities and Libraries</bridgehead>
<para role="optional"><xref linkend="libxslt"/>,

View File

@ -43,6 +43,16 @@
</listitem>
-->
<listitem>
<para>September 24th, 2013</para>
<itemizedlist>
<listitem>
<para>[igor] - Update to php-5.5.4. Fixes
<ulink url="&blfs-ticket-root;4076">#4076</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 23rd, 2013</para>
<itemizedlist>