mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update to PHP-7.0.10.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17673 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4747091a2a
commit
3bbde8b5dc
@ -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 -->
|
||||
|
@ -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:
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -36,7 +36,7 @@
|
||||
web serving operations.
|
||||
</para>
|
||||
|
||||
&lfs79_checked;&gcc6_checked;
|
||||
&lfs7a_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
Loading…
Reference in New Issue
Block a user