Author: dj Date: Sun Aug 28 01:48:13 2016 New Revision: 17673 Log: Update to PHP-7.0.10.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent trunk/BOOK/server/major/apache.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sun Aug 28 00:18:43 2016 (r17672) +++ trunk/BOOK/general.ent Sun Aug 28 01:48:13 2016 (r17673) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "27"> <!-- Always 2 digits --> +<!ENTITY day "28"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2016"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "August 27th &year;"> +<!ENTITY releasedate "August 28th &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/general/prog/php.xml ============================================================================== --- trunk/BOOK/general/prog/php.xml Sun Aug 28 00:18:43 2016 (r17672) +++ trunk/BOOK/general/prog/php.xml Sun Aug 28 01:48:13 2016 (r17673) @@ -7,10 +7,10 @@ <!ENTITY php-download-http "http://www.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-download-ftp " "> - <!ENTITY php-md5sum "6294813fb3c8158cfde74302f573cac7"> - <!ENTITY php-size "12 MB"> - <!ENTITY php-buildsize "616 MB (with tests). Documentation adds 106 MB"> - <!ENTITY php-time "3.9 SBU (6.1 SBU with tests)"> + <!ENTITY php-md5sum "cd1d27be3f522b0543e43c8c2b7116e4"> + <!ENTITY php-size "14.8 MB"> + <!ENTITY php-buildsize "573 MB (with tests). Documentation adds 103 MB"> + <!ENTITY php-time "4.0 SBU (6.1 SBU with tests)"> ]> <sect1 id="php" xreflabel="PHP-&php-version;"> @@ -37,7 +37,7 @@ general purpose scripting language. </para> - &lfs79_checked; + &lfs7a_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -214,7 +214,7 @@ file <filename>ext/tidy/tidy.c</filename>: </para> -<screen><userinput>sed -i 's/buffio.h/tidy&/' ext/tidy/*.c</userinput></screen> +<screen><userinput>sed -i 's/buffio.h/tidy&/' ext/tidy/tidy.c</userinput></screen> <para> Install <application>PHP</application> by running the following commands: Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Aug 28 00:18:43 2016 (r17672) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Aug 28 01:48:13 2016 (r17673) @@ -44,6 +44,16 @@ --> + <listitem> + <para>August 28th, 2016</para> + <itemizedlist> + <listitem> + <para>[dj] - Update to php-7.0.10. Fixes + <ulink url="&blfs-ticket-root;8195">#8195</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>August 27th, 2016</para> <itemizedlist> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Sun Aug 28 00:18:43 2016 (r17672) +++ trunk/BOOK/packages.ent Sun Aug 28 01:48:13 2016 (r17673) @@ -294,7 +294,7 @@ <!ENTITY mercurial-version "3.8.4"> <!ENTITY nasm-version "2.12.02"> <!ENTITY npapi-sdk-version "0.27.2"> -<!ENTITY php-version "7.0.9"> +<!ENTITY php-version "7.0.10"> <!ENTITY python2-version "2.7.12"> <!ENTITY python3-version "3.5.2"> <!ENTITY ruby-minor-version "2.3"> Modified: trunk/BOOK/server/major/apache.xml ============================================================================== --- trunk/BOOK/server/major/apache.xml Sun Aug 28 00:18:43 2016 (r17672) +++ trunk/BOOK/server/major/apache.xml Sun Aug 28 01:48:13 2016 (r17673) @@ -36,7 +36,7 @@ web serving operations. </para> - &lfs79_checked;&gcc6_checked; + &lfs7a_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
