mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
update to php-5.5.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12019 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
75014a043e
commit
81b5be3bdf
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "21"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "22"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2013">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "October 21st, &year;">
|
||||
<!ENTITY releasedate "October 22nd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -374,7 +374,7 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY mercurial-version "2.7.2">
|
||||
<!ENTITY NASM-version "2.10.09">
|
||||
<!ENTITY npapi-sdk-version "0.27.2">
|
||||
<!ENTITY php-version "5.5.4">
|
||||
<!ENTITY php-version "5.5.5">
|
||||
<!ENTITY python2-version "2.7.5">
|
||||
<!ENTITY python3-version "3.3.2">
|
||||
<!ENTITY ruby-version "2.0.0">
|
||||
|
@ -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 "456f2eb1ee36f2a277bd4cc778e720eb">
|
||||
<!ENTITY php-md5sum "186c330c272d6322d254db9b2d18482a">
|
||||
<!ENTITY php-size "12 MB">
|
||||
<!ENTITY php-buildsize "358 MB">
|
||||
<!ENTITY php-time "2.3 SBU (additional 2.9 SBU to run the test suite)">
|
||||
<!ENTITY php-buildsize "394 MB">
|
||||
<!ENTITY php-time "3.7 SBU (additional 2.9 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="php" xreflabel="PHP-&php-version;">
|
||||
@ -178,6 +178,7 @@
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--with-apxs2 \
|
||||
--with-config-file-path=/etc \
|
||||
--with-zlib \
|
||||
@ -198,6 +199,8 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<!-- dev note: make INSTALL_ROOT=<DESTDIR> install -->
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
install -v -m644 php.ini-production /etc/php.ini &&
|
||||
|
||||
@ -350,7 +353,7 @@ AddType application/x-httpd-php .php</literal></screen>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>pear, peardev, pecl, php, php-config and phpize</seg>
|
||||
<seg>pear, peardev, pecl, phar, phar.phar, php, php-cgi, php-config, and phpize</seg>
|
||||
<seg>libphp5.so Apache module</seg>
|
||||
<seg>/usr/include/php, /usr/lib/php and
|
||||
/usr/share/doc/php-&php-version;</seg>
|
||||
|
@ -43,6 +43,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>October 22nd, 2013</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[igor] - Update to php-5.5.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;4203">#4203</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 21st, 2013</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user