Author: fernando Date: Sun Oct 5 09:04:10 2014 New Revision: 14503 Log: Update to php-5.6.1.
Modified: trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general/prog/php.xml ============================================================================== --- trunk/BOOK/general/prog/php.xml Sun Oct 5 07:19:41 2014 (r14502) +++ trunk/BOOK/general/prog/php.xml Sun Oct 5 09:04:10 2014 (r14503) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!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 "1f889357528809a6675e2f23995832d7"> - <!ENTITY php-size "13 MB"> - <!ENTITY php-buildsize "442 MB (additional 1 MB to run the test suite and 102 MB for documentation)"> - <!ENTITY php-time "4 SBU (additional 1.9 SBU to run the test suite)"> + <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.xz"> + <!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.xz"> + <!ENTITY php-md5sum "d34002f90a7049282ec663adcac7ba9e"> + <!ENTITY php-size "11 MB"> + <!ENTITY php-buildsize "367 MB (additional 11 MB to run the test suite and 102 MB for documentation)"> + <!ENTITY php-time "4 SBU (additional 2.1 SBU to run the test suite)"> ]> <sect1 id="php" xreflabel="PHP-&php-version;"> @@ -408,7 +408,7 @@ <seg>pear, peardev, pecl, phar (symlink), phar.phar, php, php-cgi, php-config, php-fpm, and phpize</seg> <seg>dba.{so,a} and opcache.{so,a} in - /usr/lib/php/extensions/no-debug-non-zts-20121212/</seg> + /usr/lib/php/extensions/no-debug-non-zts-20131226/</seg> <seg>/usr/include/php, /usr/lib/php, /usr/share/php and /usr/share/doc/php-&php-version;</seg> </seglistitem> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Oct 5 07:19:41 2014 (r14502) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Oct 5 09:04:10 2014 (r14503) @@ -48,6 +48,10 @@ <para>October 5th, 2014</para> <itemizedlist> <listitem> + <para>[fernando] - Update to php-5.6.1. Fixes + <ulink url="&blfs-ticket-root;5621">#5621</ulink>.</para> + </listitem> + <listitem> <para>[fernando] - Update to mercurial-3.1.2. Fixes <ulink url="&blfs-ticket-root;5619">#5619</ulink>.</para> </listitem> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Sun Oct 5 07:19:41 2014 (r14502) +++ trunk/BOOK/packages.ent Sun Oct 5 09:04:10 2014 (r14503) @@ -264,7 +264,7 @@ <!ENTITY mercurial-version "3.1.2"> <!ENTITY nasm-version "2.11.05"> <!ENTITY npapi-sdk-version "0.27.2"> -<!ENTITY php-version "5.6.0"> +<!ENTITY php-version "5.6.1"> <!ENTITY python2-version "2.7.8"> <!ENTITY python3-version "3.4.1"> <!ENTITY ruby-version "2.1.3"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
