Author: igor Date: Tue Oct 22 05:17:32 2013 New Revision: 12019 Log: update to php-5.5.5
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Tue Oct 22 03:32:48 2013 (r12018) +++ trunk/BOOK/general.ent Tue Oct 22 05:17:32 2013 (r12019) @@ -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 @@ <!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"> Modified: trunk/BOOK/general/prog/php.xml ============================================================================== --- trunk/BOOK/general/prog/php.xml Tue Oct 22 03:32:48 2013 (r12018) +++ trunk/BOOK/general/prog/php.xml Tue Oct 22 05:17:32 2013 (r12019) @@ -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 @@ <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 @@ <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> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Tue Oct 22 03:32:48 2013 (r12018) +++ trunk/BOOK/introduction/welcome/changelog.xml Tue Oct 22 05:17:32 2013 (r12019) @@ -44,6 +44,16 @@ --> <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> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
