Changeset a5db8d2


Ignore:
Timestamp:
11/03/2011 03:46:41 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4d61f73
Parents:
16e74d3
Message:

Update to php-5.3.8

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8932 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r16e74d3 ra5db8d2  
    44-->
    55
    6 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     6<!ENTITY day          "02">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "November 1st, &year;">
     12<!ENTITY releasedate  "November 2nd, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    329329<!ENTITY NASM-version                 "2.09.04">
    330330<!ENTITY pdl-version                  "2.4.2">
    331 <!ENTITY php-version                  "5.3.3">
     331<!ENTITY php-version                  "5.3.8">
    332332<!ENTITY python2-version              "2.7.2">
    333333<!ENTITY python2-majorver             "2.7">
  • general/prog/php.xml

    r16e74d3 ra5db8d2  
    77  <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2">
    9   <!ENTITY php-md5sum        "21ceeeb232813c10283a5ca1b4c87b48">
    10   <!ENTITY php-size          "10.6 MB">
    11   <!ENTITY php-buildsize     "390 MB (includes installing all documentation)">
    12   <!ENTITY php-time          "3.5 SBU (additional 10.2 SBU to run the test suite)">
     9  <!ENTITY php-md5sum        "704cd414a0565d905e1074ffdc1fadfb">
     10  <!ENTITY php-size          "10.7 MB">
     11  <!ENTITY php-buildsize     "253 MB (includes installing all documentation)">
     12  <!ENTITY php-time          "2.4 SBU (additional 2.2 SBU to run the test suite)">
    1313]>
    1414
     
    3232    <para><application>PHP</application> is the PHP Hypertext Preprocessor.
    3333    Primarily used in dynamic web sites, it allows for programming code to be
    34     directly embedded into the HTML markup.</para>
     34    directly embedded into the HTML markup.  It is also useful as a
     35    general purpose scripting language.</para>
     36
     37    &lfs70_checked;
    3538
    3639    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    158161    for server-side scripting as it is the most common form.</para>
    159162
    160     <!-- Commenting this out for now as BDB is built in LFS
     163    <!-- Commenting this out for now
    161164
    162165    <para>If you have <application>Berkeley DB</application> installed and
     
    185188      built.</para>
    186189    </note>
    187 
    188     <!-- Commenting this out as libxml is a recommended dependency.
    189          Current protocol in the book is to expect folks to have it
    190          installed and the note above should take care of it.
    191 
    192     <para>Remove the <parameter>-disable-libxml</parameter> switch if you
    193     have <xref linkend="libxml2"/> installed otherwise
    194     <command>pear</command> will not be built.</para>
    195     -->
    196190
    197191    <para>Install <application>PHP</application> by
     
    219213    the tests are known to fail.</para>
    220214
    221     <!--Three of
    222     the (over 1600) tests are known to fail: an <command>iconv</command>
    223     stream filter test (ext/iconv/tests/iconv_stream_filter.phpt) and two
    224     MBString function overload tests (ext/mbstring/tests/overload01.phpt and
    225     ext/mbstring/tests/overload02.phpt). Additionally, if you have the
    226     <application>unixODBC</application> package installed and linked into the
    227     build, you may see many failures related to it.</para> -->
    228 
    229215    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    230216
     
    236222                 README* TODO* UPGRADING php.gif \
    237223    /usr/share/doc/php-&php-version; &amp;&amp;
    238 ln -v -s /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
     224ln -v -sfn /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
    239225         /usr/share/doc/php-&php-version; &amp;&amp;
    240 ln -v -s /usr/lib/php/doc/Structures_Graph/docs \
     226ln -v -sfn /usr/lib/php/doc/Structures_Graph/docs \
    241227         /usr/share/doc/php-&php-version;</userinput></screen>
    242228
     
    259245
    260246<screen role="root"><userinput>tar -xvf ../php_manual_en.tar.gz \
    261     -C /usr/share/doc/php-&php-version; --no-same-user</userinput></screen>
     247    -C /usr/share/doc/php-&php-version; --no-same-owner</userinput></screen>
    262248
    263249  </sect2>
     
    265251  <sect2 role="commands">
    266252      <title>Command Explanations</title>
    267 
    268       <!-- <para><command>sed -i '...' ext/dba/dba_db4.c</command>: This command is
    269       used to fix an issue with the use of Berkeley DB &gt;= 4.3.x.</para> -->
    270253
    271254      <para><parameter>--with-apxs2</parameter>: This parameter
  • introduction/welcome/changelog.xml

    r16e74d3 ra5db8d2  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>November 2nd, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to php-5.3.8.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
Note: See TracChangeset for help on using the changeset viewer.