Updated to PHP-5.1.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5780 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-03-31 13:34:31 +00:00
parent 9f6abab310
commit 919d2d9fcb
3 changed files with 8 additions and 5 deletions

View File

@ -176,7 +176,7 @@
<!ENTITY librep-version "0.17">
<!ENTITY NASM-version "0.98.39">
<!ENTITY pdl-version "2.4.2">
<!ENTITY php-version "5.1.1">
<!ENTITY php-version "5.1.2">
<!ENTITY Python-version "2.4.2">
<!ENTITY pyxml-version "0.8.4">
<!ENTITY ruby-version "1.8.3">

View File

@ -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 "70a7c90de182d1a1901c390b844153c7">
<!ENTITY php-size "6.1 MB">
<!ENTITY php-buildsize "204 MB (includes installing all documentation)">
<!ENTITY php-time "2.5 SBU (additional 1.7 SBU to run the test suite)">
<!ENTITY php-md5sum "79cee17e9db85be878000a2a4198378e">
<!ENTITY php-size "6.3 MB">
<!ENTITY php-buildsize "213 MB (includes installing all documentation)">
<!ENTITY php-time "2.6 SBU (additional 1.5 SBU to run the test suite)">
]>
<sect1 id="php" xreflabel="PHP-&php-version;">

View File

@ -44,6 +44,9 @@
<listitem>
<para>March 31st, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to PHP-5.1.2.</para>
</listitem>
<listitem>
<para>[randy] - Updated to cURL-7.15.3.</para>
</listitem>