source: general/prog/php.xml@ 1f01e7e7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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
Last change on this file since 1f01e7e7 was 1f01e7e7, checked in by Igor Živković <igor@…>, 19 years ago

Added a test suite note to PHP.

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

  • Property mode set to 100644
File size: 9.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2">
8 <!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2">
9 <!ENTITY php-md5sum "fb1aac107870f897d26563a9cc5053c0">
10 <!ENTITY php-size "4.7 MB">
11 <!ENTITY php-buildsize "126 MB">
12 <!ENTITY php-time "1.82 SBU">
13]>
14
15<sect1 id="php" xreflabel="PHP-&php-version;">
16 <?dbhtml filename="php.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>PHP-&php-version;</title>
24
25 <indexterm zone="php">
26 <primary sortas="a-PHP">PHP</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to PHP</title>
31
32 <para><application>PHP</application> is the PHP Hypertext Preprocessor.
33 Primarily used in dynamic web sites, it allows for programming code to be
34 directly embedded into the HTML markup.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&php-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&php-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &php-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &php-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &php-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &php-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing="compact">
60 <listitem>
61 <para>Required patch for Berkeley DB: <ulink
62 url="&patch-root;/php-&php-version;-db43-1.patch"/></para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">PHP Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para><xref linkend="apache"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para><xref linkend="libxml2"/>,
73 <xref linkend="libxslt"/>,
74 <xref linkend="openssl"/>,
75 <ulink url="http://www.fastio.com/">ClibPDF</ulink>,
76 <xref linkend="libjpeg"/>,
77 <xref linkend="libtiff"/>,
78 <xref linkend="curl"/>,
79 <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink>,
80 <ulink url="http://cr.yp.to/cdb.html">cdb</ulink>,
81 <xref linkend="gdbm"/>,
82 <xref linkend="db"/>,
83 <xref linkend="fam"/>,
84 <ulink url="http://www.boutell.com/gd/">GD</ulink>,
85 <xref linkend="libpng"/>,
86 X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
87 <xref linkend="freetype2"/>,
88 <ulink
89 url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">
90 t1lib</ulink>,
91 <xref linkend="gmp"/>
92 <xref linkend="mysql"/>,
93 <xref linkend="pcre"/>,
94 <xref linkend="postgresql"/>,
95 <xref linkend="aspell"/>,
96 <xref linkend="pkgconfig"/>,
97 <xref linkend="html-tidy"/>,
98 <xref linkend="openldap"/>,
99 <xref linkend="cyrus-sasl"/>,
100 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
101 <ulink url="http://mcrypt.hellug.gr/">libmcrypt</ulink>,
102 <ulink url="http://mhash.sourceforge.net/">mhash</ulink>,
103 <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
104 <ulink url="http://www.sqlite.org/">SQLite</ulink>,
105 <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
106 <ulink url="http://www.mnogosearch.org/">mnoGoSearch</ulink>,
107 <ulink url="http://www.hughes.com.au/products/msql/">Mini SQL</ulink>,
108 <ulink url="http://www.empress.com/">Empress</ulink>,
109 <ulink url="http://www.birdstep.com/">Birdstep</ulink>,
110 <ulink url="http://www.dbmaker.com/">DBMaker</ulink>,
111 <ulink url="http://www.softwareag.com/">Adabas</ulink>,
112 <ulink url="http://www.frontbase.com/">FrontBase</ulink>,
113 <ulink url="http://caudium.net/">Caudium</ulink>,
114 <ulink url="http://www.openwddx.org/">WDDX</ulink>,
115 <ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">
116 FDF Toolkit</ulink>,
117 <ulink url="http://www.hyperwave.com/">Hyperwave</ulink>,
118 <ulink url="http://www.mainstreetsoftworks.com/">Monetra</ulink>,
119 <xref linkend="expat"/> and
120 <ulink url="../server/mail.html">MTA</ulink></para>
121
122 </sect2>
123
124 <sect2 role="installation">
125 <title>Installation of PHP</title>
126
127 <note>
128 <para>You can use <application>PHP</application>
129 for server-side scripting, command line scripting or client-side
130 GUI applications. The book provides instructions for
131 setting up <application>PHP</application> for
132 server-side scripting as it is the most common form.</para>
133 </note>
134
135 <para>If you have <application>Berkeley DB</application> installed and
136 wish to utilize it, apply the following patch:</para>
137
138<screen><userinput>patch -Np1 -i ../php-&php-version;-db43-1.patch</userinput></screen>
139
140 <para>Install <application>PHP</application> by
141 running the following commands:</para>
142
143<screen><userinput>./configure --prefix=/usr \
144 --sysconfdir=/etc \
145 --with-apxs2 \
146 --with-config-file-path=/etc \
147 --with-zlib \
148 --enable-bcmath \
149 --with-bz2 \
150 --enable-calendar \
151 --enable-dba \
152 --enable-exif \
153 --enable-ftp \
154 --with-gettext \
155 --with-iconv \
156 --enable-mbstring \
157 --with-ncurses \
158 --with-readline \
159 --disable-libxml &amp;&amp;
160make</userinput></screen>
161
162 <para>To test the results, issue: <command>make test</command>.</para>
163
164 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
165
166<screen role="root"><userinput>make install &amp;&amp;
167cp -v php.ini-recommended /etc/php.ini</userinput></screen>
168
169 <para>Remove the <option>--disable-libxml</option> switch if you
170 have <xref linkend="libxml2"/> installed otherwise
171 <command>pear</command> will not be built.</para>
172
173 <note>
174 <para><application>PHP</application> has many more configure
175 options that will enable support for certain things. You can use
176 <command>./configure --help</command> to see a full list of the
177 available options. Also, use of the
178 <ulink url="http://www.php.net/">PHP web site</ulink>
179 is highly recommended, as their online docs are very good.</para>
180 </note>
181
182 </sect2>
183
184 <sect2 role="configuration">
185 <title>Configuring PHP</title>
186
187 <sect3 id="php-config">
188 <title>Config Files</title>
189
190 <para><filename>/etc/php.ini</filename>,
191 <filename>/etc/pear.conf</filename></para>
192
193 <indexterm zone="php php-config">
194 <primary sortas="e-etc-php.ini">/etc/php.ini</primary>
195 </indexterm>
196
197 <indexterm zone="php php-config">
198 <primary sortas="e-etc-pear.conf">/etc/pear.conf</primary>
199 </indexterm>
200
201 </sect3>
202
203 <sect3>
204 <title>Configuration Information</title>
205
206 <para>To enable PHP support in the <application>Apache</application>
207 web server, a new LoadModule (which should be handled automatically by the
208 <command>make install</command> command) and AddType directives
209 must be added to the <filename>httpd.conf</filename> file:</para>
210
211<screen><literal>LoadModule php5_module lib/apache/libphp5.so
212AddType application/x-httpd-php .php</literal></screen>
213
214 <para>Also, it can be useful to add an entry for
215 <filename>index.php</filename> to the DirectoryIndex directive of the
216 <filename>httpd.conf</filename> file.</para>
217
218 <para>You'll need to restart the <application>Apache</application> web server
219 after making any modifications to the <filename>httpd.conf</filename>
220 file.</para>
221
222 </sect3>
223
224 </sect2>
225
226 <sect2 role="content">
227 <title>Contents</title>
228
229 <segmentedlist>
230 <segtitle>Installed Programs</segtitle>
231 <segtitle>Installed Library</segtitle>
232 <segtitle>Installed Directories</segtitle>
233
234 <seglistitem>
235 <seg>pear, php, php-config, phpextdist, and phpize</seg>
236 <seg>libphp5.so</seg>
237 <seg>/usr/include/php and /usr/lib/php</seg>
238 </seglistitem>
239 </segmentedlist>
240
241 <variablelist>
242 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
243 <?dbfo list-presentation="list"?>
244 <?dbhtml list-presentation="table"?>
245
246 <varlistentry id="php-prog">
247 <term><command>php</command></term>
248 <listitem>
249 <para>is a command line interface that enables you to parse and
250 execute PHP code.</para>
251 <indexterm zone="php php-prog">
252 <primary sortas="b-php">php</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="pear">
258 <term><command>pear</command></term>
259 <listitem>
260 <para>is the PHP Extension and Application
261 Repository (PEAR) package manager.</para>
262 <indexterm zone="php pear">
263 <primary sortas="b-pear">pear</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 </variablelist>
269
270 </sect2>
271
272</sect1>
Note: See TracBrowser for help on using the repository browser.