Author: igor Date: Sat Feb 8 02:35:11 2014 New Revision: 12681 Log: Update to php-5.5.9.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Fri Feb 7 10:05:27 2014 (r12680) +++ trunk/BOOK/general.ent Sat Feb 8 02:35:11 2014 (r12681) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "07"> <!-- Always 2 digits --> +<!ENTITY day "08"> <!-- Always 2 digits --> <!ENTITY month "02"> <!-- Always 2 digits --> <!ENTITY year "2014"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "February 7th, &year;"> +<!ENTITY releasedate "February 8th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -384,7 +384,7 @@ <!ENTITY mercurial-version "2.9"> <!ENTITY nasm-version "2.11"> <!ENTITY npapi-sdk-version "0.27.2"> -<!ENTITY php-version "5.5.8"> +<!ENTITY php-version "5.5.9"> <!ENTITY python2-version "2.7.6"> <!ENTITY python3-version "3.3.3"> <!ENTITY ruby-version "2.1.0"> Modified: trunk/BOOK/general/prog/php.xml ============================================================================== --- trunk/BOOK/general/prog/php.xml Fri Feb 7 10:05:27 2014 (r12680) +++ trunk/BOOK/general/prog/php.xml Sat Feb 8 02:35:11 2014 (r12681) @@ -6,10 +6,10 @@ <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2"> <!ENTITY php-download-ftp " "> - <!ENTITY php-md5sum "42fe814a3cbbf34b21a2c39f66ee0001"> + <!ENTITY php-md5sum "c4a348a07b52f6e177d8fdc75fe507b1"> <!ENTITY php-size "13 MB"> <!ENTITY php-buildsize "391 MB"> - <!ENTITY php-time "3.5 SBU (additional 2.9 SBU to run the test suite)"> + <!ENTITY php-time "3.6 SBU (additional 2.9 SBU to run the test suite)"> ]> <sect1 id="php" xreflabel="PHP-&php-version;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 7 10:05:27 2014 (r12680) +++ trunk/BOOK/introduction/welcome/changelog.xml Sat Feb 8 02:35:11 2014 (r12681) @@ -44,6 +44,16 @@ --> <listitem> + <para>February 8th, 2014</para> + <itemizedlist> + <listitem> + <para>[igor] - Update to php-5.5.9. Fixes + <ulink url="&blfs-ticket-root;4663">#4663</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 7th, 2014</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
