Changeset 0fb9d5f


Ignore:
Timestamp:
03/15/2010 05:13:22 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
904f4c45
Parents:
100786d
Message:

Updated to PHP-5.3.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r100786d r0fb9d5f  
    275275<!ENTITY NASM-version                 "2.07">
    276276<!ENTITY pdl-version                  "2.4.2">
    277 <!ENTITY php-version                  "5.2.3">
     277<!ENTITY php-version                  "5.3.2">
    278278<!ENTITY Python-version               "2.6.4">
    279279<!ENTITY python-majorver              "2.6">
  • general/prog/php.xml

    r100786d r0fb9d5f  
    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        "eb50b751c8e1ced05bd012d5a0e4dec3">
    10   <!ENTITY php-size          "7.4 MB">
    11   <!ENTITY php-buildsize     "250 MB (includes installing all documentation)">
    12   <!ENTITY php-time          "2.5 SBU (additional 2.7 SBU to run the test suite)">
     9  <!ENTITY php-md5sum        "46f500816125202c48a458d0133254a4">
     10  <!ENTITY php-size          "10.4 MB">
     11  <!ENTITY php-buildsize     "390 MB (includes installing all documentation)">
     12  <!ENTITY php-time          "3.4 SBU (additional 10.5 SBU to run the test suite)">
    1313]>
    1414
     
    8181    <xref linkend="pcre"/>,
    8282    <xref linkend="aspell"/>,
     83    <xref linkend="enchant"/>,
    8384    <!-- <xref linkend="pkgconfig"/>, -->
    8485    <xref linkend="recode"/>,
     
    101102    <xref linkend="x-window-system"/>,
    102103    <ulink url="http://www.fastio.com/">ClibPDF</ulink>,
    103     <ulink url="http://www.boutell.com/gd/">GD</ulink>,
    104     <ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.1.0.tar.gz">
     104    <ulink url="http://www.libgd.org/Main_Page">GD</ulink>,
     105    <ulink url="http://www.sfr-fresh.com/linux/misc/t1lib-5.1.2.tar.gz/">
    105106    t1lib</ulink>, and
    106107    <ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">FDF Toolkit</ulink></para>
     
    198199    running the following commands:</para>
    199200
    200 <screen><userinput>sed -i 's/const char \*errpfx,/const DB_ENV *dbenv, &amp; const/' \
    201     ext/dba/dba_db4.c &amp;&amp;
    202 ./configure --prefix=/usr \
     201<screen><userinput>./configure --prefix=/usr \
    203202            --sysconfdir=/etc \
    204203            --with-apxs2 \
    205             --enable-force-cgi-redirect \
    206             --enable-discard-path \
    207204            --with-config-file-path=/etc \
    208205            --with-zlib \
     
    210207            --with-bz2 \
    211208            --enable-calendar \
    212             --enable-dba \
    213             --enable-exif \
     209            --enable-dba=shared \
     210            --with-gdbm \
     211            --with-gmp \
    214212            --enable-ftp \
    215213            --with-gettext \
    216214            --enable-mbstring \
    217             --with-ncurses \
    218215            --with-readline &amp;&amp;
    219216make</userinput></screen>
     
    233230
    234231<screen role="root"><userinput>make install &amp;&amp;
    235 install -v -m644 php.ini-recommended /etc/php.ini &amp;&amp;
     232install -v -m644 php.ini-production /etc/php.ini &amp;&amp;
    236233
    237234install -v -m755 -d /usr/share/doc/php-&php-version; &amp;&amp;
     
    240237    /usr/share/doc/php-&php-version; &amp;&amp;
    241238ln -v -s /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
    242     /usr/share/doc/php-&php-version;</userinput></screen>
     239         /usr/share/doc/php-&php-version; &amp;&amp;
     240ln -v -s /usr/lib/php/doc/Structures_Graph/docs \
     241         /usr/share/doc/php-&php-version;</userinput></screen>
    243242
    244243    <para>The pre-built HTML documentation is packaged in two forms: a tarball
     
    259258    <para>For the <quote>Many HTML files</quote> tarball:</para>
    260259
    261 <screen role="root"><userinput>tar -xvf ../php_manual_en.tar.gz -C /usr/share/doc/php-&php-version; &amp;&amp;
    262 chown -v -R root:root /usr/share/doc/php-&php-version;/html</userinput></screen>
     260<screen role="root"><userinput>tar -xvf ../php_manual_en.tar.gz \
     261    -C /usr/share/doc/php-&php-version; --no-same-user</userinput></screen>
    263262
    264263  </sect2>
     
    267266      <title>Command Explanations</title>
    268267
    269       <para><command>sed -i '...' ext/dba/dba_db4.c</command>: This command is
    270       used to fix an issue with the use of Berkeley DB &gt;= 4.3.x.</para>
     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> -->
    271270
    272271      <para><parameter>--with-apxs2</parameter>: This parameter
     
    290289      provides support for calendar conversion.</para>
    291290
    292       <para><parameter>--enable-dba</parameter>: This parameter enables
     291      <para><parameter>--enable-dba=shared</parameter>: This parameter enables
    293292      support for database (dbm-style) abstraction layer functions.</para>
    294 
    295       <para><parameter>--enable-exif</parameter>: Enables functions
    296       to access metadata from images.</para>
    297293
    298294      <para><parameter>--enable-ftp</parameter>: This parameter
     
    304300      <para><parameter>--enable-mbstring</parameter>: This parameter
    305301      enables multibyte string support.</para>
    306 
    307       <para><parameter>--with-ncurses</parameter>: Provides ncurses
    308       terminal independent cursor handling.</para>
    309302
    310303      <para><parameter>--with-readline</parameter>: This parameter
  • introduction/welcome/changelog.xml

    r100786d r0fb9d5f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to PHP-5.3.2</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to GPL Ghostscript-8.71</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.