Author: bdubbs Date: 2012-07-23 13:27:26 -0600 (Mon, 23 Jul 2012) New Revision: 10453
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Update to php-5.4.5 Modified: trunk/BOOK/general/prog/php.xml =================================================================== --- trunk/BOOK/general/prog/php.xml 2012-07-23 18:35:26 UTC (rev 10452) +++ trunk/BOOK/general/prog/php.xml 2012-07-23 19:27:26 UTC (rev 10453) @@ -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 "704cd414a0565d905e1074ffdc1fadfb"> - <!ENTITY php-size "10.7 MB"> - <!ENTITY php-buildsize "253 MB (includes installing all documentation)"> - <!ENTITY php-time "2.4 SBU (additional 2.2 SBU to run the test suite)"> + <!ENTITY php-md5sum "ffcc7f4dcf2b79d667fe0c110e6cb724"> + <!ENTITY php-size "10.5 MB"> + <!ENTITY php-buildsize "315 MB (includes installing all documentation)"> + <!ENTITY php-time "2.7 SBU (additional 2.2 SBU to run the test suite)"> ]> <sect1 id="php" xreflabel="PHP-&php-version;"> @@ -205,7 +205,7 @@ install -v -m755 -d /usr/share/doc/php-&php-version; && install -v -m644 CODING_STANDARDS EXTENSIONS INSTALL NEWS \ - README* TODO* UPGRADING php.gif \ + README* UPGRADING* php.gif \ /usr/share/doc/php-&php-version; && ln -v -sfn /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \ /usr/share/doc/php-&php-version; && Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-07-23 18:35:26 UTC (rev 10452) +++ trunk/BOOK/general.ent 2012-07-23 19:27:26 UTC (rev 10453) @@ -400,7 +400,7 @@ <!ENTITY llvm-version "3.1"> <!ENTITY mercurial-version "2.1.2"> <!ENTITY NASM-version "2.10.01"> -<!ENTITY php-version "5.3.8"> +<!ENTITY php-version "5.4.5"> <!ENTITY pkgconfig-version "0.27"> <!ENTITY python2-version "2.7.3"> <!ENTITY python3-version "3.2.3"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-07-23 18:35:26 UTC (rev 10452) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-07-23 19:27:26 UTC (rev 10453) @@ -48,6 +48,10 @@ <para>July 23rd, 2012</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to php-5.4.5. Fixes + <ulink url="&blfs-ticket-root;3426">#3426</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to doxygen-1.8.1.2. Fixes <ulink url="&blfs-ticket-root;3417">#3417</ulink>.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
