source: general/prog/php.xml@ 595e58e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 595e58e was 595e58e, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to ghostscript-9.21.
Update to xfwm4-4.12.4.
Update to php-7.1.3.
Update to libpng-1.6.29.

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

  • Property mode set to 100644
File size: 23.0 KB
RevLine 
[08254fc]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[08254fc]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[577eb27]7 <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
[0c54cea]8 <!ENTITY php-download-ftp " ">
[595e58e]9 <!ENTITY php-md5sum "d604d688be17f4a05b99dbb7fb9581f4">
[3cf45b8]10 <!ENTITY php-size "12.2 MB">
[595e58e]11 <!ENTITY php-buildsize "451 MB (add 2 MB for tests, add 106 MB for docs)">
[44a4e0a]12 <!ENTITY php-time "4.4 SBU (add 3.9 SBU for tests)">
[08254fc]13]>
14
[6683a00]15<sect1 id="php" xreflabel="PHP-&php-version;">
[db81e4cb]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
[577eb27]32 <para>
33 <application>PHP</application> is the PHP Hypertext Preprocessor.
34 Primarily used in dynamic web sites, it allows for programming code to be
35 directly embedded into the HTML markup. It is also useful as a
36 general purpose scripting language.
37 </para>
[a5db8d2]38
[44a4e0a]39 &lfs80_checked;
[db81e4cb]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[577eb27]44 <para>
45 Download (HTTP): <ulink url="&php-download-http;"/>
46 </para>
[db81e4cb]47 </listitem>
48 <listitem>
[577eb27]49 <para>
50 Download (FTP): <ulink url="&php-download-ftp;"/>
51 </para>
[db81e4cb]52 </listitem>
53 <listitem>
[577eb27]54 <para>
55 Download MD5 sum: &php-md5sum;
56 </para>
[db81e4cb]57 </listitem>
58 <listitem>
[577eb27]59 <para>
60 Download size: &php-size;
61 </para>
[db81e4cb]62 </listitem>
63 <listitem>
[577eb27]64 <para>
65 Estimated disk space required: &php-buildsize;
66 </para>
[db81e4cb]67 </listitem>
68 <listitem>
[577eb27]69 <para>
70 Estimated build time: &php-time;
71 </para>
[db81e4cb]72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
[b84326b7]77 <listitem>
[577eb27]78 <para>
79 Pre-built documentation (optional): <ulink
80 url="http://www.php.net/download-docs.php"/>
81 </para>
[b84326b7]82 </listitem>
[db81e4cb]83 </itemizedlist>
84
85 <bridgehead renderas="sect3">PHP Dependencies</bridgehead>
86
[2f65edb]87 <bridgehead renderas="sect4">Recommended</bridgehead>
[2e4782e]88 <para role="recommended">
89 <xref linkend="apache"/> and
90 <xref linkend="libxml2"/>
91 </para>
[2f65edb]92
[b84326b7]93 <bridgehead renderas="sect4">Optional System Utilities and Libraries</bridgehead>
[577eb27]94 <para role="optional">
95 <xref linkend="aspell"/>,
96 <xref linkend="enchant"/>,
[604bf744]97 <xref linkend="libxslt"/>,
[577eb27]98 an <xref linkend="server-mail"/> (that provides a
[604bf744]99 <command>sendmail</command> command),
100 <xref linkend="pcre"/>,
101 <xref linkend="pth"/>,
102 <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
[577eb27]103 <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
[604bf744]104 <ulink url="http://www.ossp.org/pkg/lib/mm/">OSSP mm</ulink>,
105 <ulink url="http://re2c.org/">re2c</ulink>, and
106 <ulink url="http://xmlrpc-epi.sourceforge.net/main.php?t=php_about">XMLRPC-EPI</ulink>
[577eb27]107 </para>
[b84326b7]108
109 <bridgehead renderas="sect4">Optional Graphics Utilities and Libraries</bridgehead>
[577eb27]110 <para role="optional">
[604bf744]111 <xref linkend="freetype2"/>,
112 <xref linkend="libexif"/>,
[577eb27]113 <xref linkend="libjpeg"/>,
114 <xref linkend="libpng"/>,
[604bf744]115 <xref linkend="libtiff"/>,
[577eb27]116 <xref linkend="x-window-system"/>,
[b8efb1fb]117 <!--<ulink url="http://www.fastio.com/">ClibPDF</ulink>, - site asks for username/password-->
[604bf744]118 <ulink url="http://www.adobe.com/devnet/acrobat/fdftoolkit.html">FDF Toolkit</ulink>,
119 <ulink url="https://bitbucket.org/libgd/gd-libgd/downloads">GD</ulink>, and
[59d1550]120 <ulink url="http://fossies.org/linux/misc/old/t1lib-5.1.2.tar.gz/">t1lib</ulink>
[577eb27]121 </para>
[b84326b7]122
123 <bridgehead renderas="sect4">Optional Web Utilities</bridgehead>
[577eb27]124 <para role="optional">
125 <xref linkend="curl"/>,
[2b65035a]126 <xref linkend="tidy-html5"/>,
[604bf744]127 <ulink url="http://sourceforge.net/projects/caudium/">Caudium</ulink>,
[bd86aa8]128 <ulink url="https://www.hyperwave.com/en/">Hyperwave</ulink>,
[604bf744]129 <ulink url="http://www.mnogosearch.org/">mnoGoSearch</ulink>,
130 <ulink url="http://www.roxen.com/products/webserver/">Roxen WebServer</ulink>, and
[577eb27]131 <ulink url="https://wddxnet.codeplex.com/">WDDX</ulink>
132 </para>
[b84326b7]133
134 <bridgehead renderas="sect4">Optional Data Management Utilities and Libraries</bridgehead>
[577eb27]135 <para role="optional">
[3dda7b8]136 <xref linkend="db"/> (Note that PHP does not officially support versions
137 above 5.3),
[577eb27]138 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
[604bf744]139 <xref linkend="openldap"/>,
[577eb27]140 <xref linkend="postgresql"/>,
141 <xref linkend="sqlite"/>,
[604bf744]142 <xref linkend="unixodbc"/>,
143 <ulink url="http://www.softwareag.com/">Adabas</ulink>,
[577eb27]144 <ulink url="http://www.birdstep.com/">Birdstep</ulink>,
[604bf744]145 <ulink url="http://cr.yp.to/cdb.html">cdb</ulink>,
[577eb27]146 <ulink url="http://www.dbmaker.com/">DBMaker</ulink>,
[604bf744]147 <ulink url="http://www.empress.com/">Empress</ulink>,
[b8efb1fb]148 <ulink url="http://www.frontbase.com/cgi-bin/WebObjects/FBWebSite">FrontBase</ulink>,
[604bf744]149 <ulink url="http://www.hughes.com.au/products/msql/">Mini SQL</ulink>,
150 <ulink url="http://www.monetra.com/">Monetra</ulink>, and
151 <ulink url="http://sourceforge.net/projects/qdbm">QDBM</ulink>
[577eb27]152 </para>
153
154 <para>
155 <application>PHP</application> also provides support for many
156 commercial database tools such as <application>Oracle</application>,
157 <application>SAP</application> and
158 <application>ODBC Router</application>.
159 </para>
[e797436]160
[b84326b7]161 <bridgehead renderas="sect4">Optional Security/Encryption Utilities and Libraries</bridgehead>
[577eb27]162 <para role="optional">
163 <xref linkend="openssl"/>,
164 <xref linkend="cyrus-sasl"/>,
165 <xref linkend="mitkrb"/>,
166 <ulink url="http://mcrypt.sourceforge.net/">libmcrypt</ulink>, and
167 <ulink url="http://mhash.sourceforge.net/">mhash</ulink>
168 </para>
[db81e4cb]169
[577eb27]170 <para condition="html" role="usernotes">
171 User Notes: <ulink url="&blfs-wiki;/php"/>
172 </para>
[1039de3]173
[db81e4cb]174 </sect2>
175
176 <sect2 role="installation">
177 <title>Installation of PHP</title>
178
[577eb27]179 <para>
180 You can use <application>PHP</application> for server-side
181 scripting, command-line scripting or client-side GUI applications. This
182 book provides instructions for setting up <application>PHP</application>
183 for server-side scripting as it is the most common form.
184 </para>
[db81e4cb]185
[b84326b7]186 <note>
[577eb27]187 <para>
188 <application>PHP</application> has many more
189 <command>configure</command> options that will enable support for
190 various things. You can use <command>./configure --help</command> to
191 see a full list of the available options. Also, use of the
192 <ulink url="http://www.php.net/">PHP web site</ulink>
193 is highly recommended, as their online docs are very good. An example
194 of a <command>configure</command> command that utilizes many of the
195 most common dependencies can be found at <ulink
[a29486e4]196 url="&sources-anduin-http;/files/php_configure.txt"/>.
[e797436]197 </para>
[3f87e4a]198
[577eb27]199 <para>
200 If, for whatever reason, you don't have <xref linkend="libxml2"/>
201 installed, you need to add <option>--disable-libxml</option> to the
202 <command>configure</command> command in the instructions below. Note
203 that this will prevent the <command>pear</command> command from being
204 built.
205 </para>
[b84326b7]206 </note>
[3cf45b8]207<!--
[b8efb1fb]208 <para>
209 If you wish to build <application>PHP</application> with the
210 <application>tidy-html5</application> library, due to API changes, in the
211 <application>PHP</application> source, <filename>buffio.h</filename>
212 header needs to be changed to <filename>tidybuffio.h</filename> in the
213 file <filename>ext/tidy/tidy.c</filename>:
214 </para>
215
[3bbde8b5]216<screen><userinput>sed -i 's/buffio.h/tidy&amp;/' ext/tidy/tidy.c</userinput></screen>
[3cf45b8]217-->
[577eb27]218 <para>
219 Install <application>PHP</application> by running the following commands:
220 </para>
[db81e4cb]221
[0098ace6]222<screen revision="sysv"><userinput>./configure --prefix=/usr \
[75033b6]223 --sysconfdir=/etc \
[5178bbf6]224 --localstatedir=/var \
225 --datadir=/usr/share/php \
[81b5be3]226 --mandir=/usr/share/man \
[5178bbf6]227 --enable-fpm \
228 --with-fpm-user=apache \
229 --with-fpm-group=apache \
[4a93a3c]230 --with-config-file-path=/etc \
[75033b6]231 --with-zlib \
232 --enable-bcmath \
233 --with-bz2 \
234 --enable-calendar \
235 --enable-dba=shared \
236 --with-gdbm \
237 --with-gmp \
238 --enable-ftp \
239 --with-gettext \
240 --enable-mbstring \
241 --with-readline &amp;&amp;
[db81e4cb]242make</userinput></screen>
243
[0098ace6]244<screen revision="systemd"><userinput>./configure --prefix=/usr \
245 --sysconfdir=/etc \
246 --localstatedir=/var \
247 --datadir=/usr/share/php \
248 --mandir=/usr/share/man \
249 --enable-fpm \
250 --with-fpm-user=apache \
251 --with-fpm-group=apache \
252 --with-fpm-systemd \
253 --with-config-file-path=/etc \
254 --with-zlib \
255 --enable-bcmath \
256 --with-bz2 \
257 --enable-calendar \
258 --enable-dba=shared \
259 --with-gdbm \
260 --with-gmp \
261 --enable-ftp \
262 --with-gettext \
263 --enable-mbstring \
264 --with-readline &amp;&amp;
265make</userinput></screen>
[577eb27]266 <para>
267 To test the results, issue: <command>make test</command>. A few
268 tests may fail, in which case you are asked whether you want to send
[6dce48a]269 the report to the PHP developers. If you want to automate the test,
[577eb27]270 you may prefix the command with <command>yes "n" | </command>.
271 </para>
[d6f7e6cb]272
[577eb27]273 <para>
274 Now, as the <systemitem class="username">root</systemitem> user:
275 </para>
[db81e4cb]276
[81b5be3]277<!-- dev note: make INSTALL_ROOT=<DESTDIR> install -->
278
[595e58e]279<screen role="root"><userinput>make install &amp;&amp;
280install -v -m644 php.ini-production /etc/php.ini &amp;&amp;
281mv -v /etc/php-fpm.d/www.conf{.default,} &amp;&amp;
[d6f7e6cb]282
[ba1a38b]283install -v -m755 -d /usr/share/doc/php-&php-version; &amp;&amp;
[75033b6]284install -v -m644 CODING_STANDARDS EXTENSIONS INSTALL NEWS README* UPGRADING* php.gif \
[5a464e4d]285 /usr/share/doc/php-&php-version; &amp;&amp;
286ln -v -sfn /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
287 /usr/share/doc/php-&php-version; &amp;&amp;
288ln -v -sfn /usr/lib/php/doc/Structures_Graph/docs \
289 /usr/share/doc/php-&php-version;</userinput></screen>
[db81e4cb]290
[577eb27]291 <para>
292 The pre-built HTML documentation is packaged in two forms: a tarball
293 containing many individual files, useful for quick loading into your
294 browser, and one large individual file, which is useful for using the
295 search utility of your browser. If you downloaded either, or both, of the
296 documentation files, issue the following commands as the
297 <systemitem class='username'>root</systemitem> user to install them (note
298 these instructions assume English docs, modify the tarball names below if
299 necessary).
300 </para>
[db81e4cb]301
[577eb27]302 <para>
303 For the <quote>Single HTML</quote> file:
304 </para>
[b84326b7]305
306<screen role="root"><userinput>install -v -m644 ../php_manual_en.html.gz \
307 /usr/share/doc/php-&php-version; &amp;&amp;
308gunzip -v /usr/share/doc/php-&php-version;/php_manual_en.html.gz</userinput></screen>
309
[577eb27]310 <para>
311 For the <quote>Many HTML files</quote> tarball:
312 </para>
[b84326b7]313
[0fb9d5f]314<screen role="root"><userinput>tar -xvf ../php_manual_en.tar.gz \
[a5db8d2]315 -C /usr/share/doc/php-&php-version; --no-same-owner</userinput></screen>
[db81e4cb]316
317 </sect2>
[b84326b7]318
[934c9b26]319 <sect2 role="commands">
[577eb27]320 <title>Command Explanations</title>
[db81e4cb]321
[0098ace6]322 <para revision="systemd">
323 <command>sed -i "s|lsystemd-daemon|lsystemd|g" configure</command>:
324 This command fixes the detection of the systemd library.
325 </para>
326
[577eb27]327 <para>
[f1d7196]328 <parameter>--datadir=/usr/share/php</parameter>: This works
[577eb27]329 around a bug in the build machinery, which installs some data to a
330 wrong location.
331 </para>
[5178bbf6]332
[577eb27]333 <para>
334 <parameter>--enable-fpm</parameter>: This parameter allows
335 building the fastCGI Process Manager.
336 </para>
[934c9b26]337
[0098ace6]338 <para revision="systemd">
339 <parameter>--with-fpm-systemd</parameter>: This parameter allows
340 the FastCGI Process Manager to integrate with systemd.
341 </para>
342
[577eb27]343 <para>
344 <parameter>--with-config-file-path=/etc</parameter>: This parameter
345 makes <application>PHP</application> look for the
346 <filename>php.ini</filename> configuration file in
347 <filename class='directory'>/etc</filename>.
348 </para>
[934c9b26]349
[577eb27]350 <para>
351 <parameter>--with-zlib</parameter>: This parameter adds
352 support for <application>Zlib</application> compression.
353 </para>
[934c9b26]354
[577eb27]355 <para>
356 <parameter>--enable-bcmath</parameter>: Enables
357 <command>bc</command> style precision math functions.
358 </para>
[bccbdaea]359
[577eb27]360 <para>
361 <parameter>--with-bz2</parameter>: Adds support for
362 <application>Bzip2</application> compression functions.
363 </para>
[934c9b26]364
[577eb27]365 <para>
366 <parameter>--enable-calendar</parameter>: This parameter
367 provides support for calendar conversion.
368 </para>
[934c9b26]369
[577eb27]370 <para>
371 <parameter>--enable-dba=shared</parameter>: This parameter enables
372 support for database (dbm-style) abstraction layer functions.
373 </para>
[934c9b26]374
[577eb27]375 <para>
376 <parameter>--enable-ftp</parameter>: This parameter
377 enables FTP functions.
378 </para>
[934c9b26]379
[577eb27]380 <para>
381 <parameter>--with-gettext</parameter>: Enables functions
382 that use <application>Gettext</application> text translation.
383 </para>
[934c9b26]384
[577eb27]385 <para>
386 <parameter>--enable-mbstring</parameter>: This parameter
387 enables multibyte string support.
388 </para>
[934c9b26]389
[577eb27]390 <para>
391 <parameter>--with-readline</parameter>: This parameter
392 enables command line <application>Readline</application> support.
393 </para>
[934c9b26]394
[577eb27]395 <para>
396 <option>--disable-libxml</option>: This option
397 allows building PHP without <application>libxml2</application>
398 installed.
399 </para>
[934c9b26]400
[577eb27]401 <para>
402 <option>--with-apxs2</option>: Instead of building the fastCGI process
403 manager, it is possible to build an <application>apache</application>
404 module. This has some performance penalty for heavy loaded servers,
405 but may be easier to set up. This switch is incompatible with the
406 <parameter>--enable-fpm</parameter> and
407 <parameter>--with-fpm-...</parameter> switches.
408 </para>
[5178bbf6]409
[39ffbd0]410 <para>
[b8efb1fb]411 <option>--with-mysqli=shared</option>: This option includes MySQLi
412 support.
[39ffbd0]413 </para>
414
415 <para>
416 <option>--with-mysql-sock=/run/mysqld/mysqld.sock</option>: Location of
417 the MySQL unix socket pointer.
418 </para>
419
420 <para>
[b8efb1fb]421 <option>--with-pdo-mysql=shared</option>: This option includes PDO:
422 MySQL support.
423 </para>
424
425 <para>
426 <option>--with-tidy=shared</option>: This option includes tidy library
[39ffbd0]427 support.
428 </para>
429
[934c9b26]430 </sect2>
[bccbdaea]431
[db81e4cb]432 <sect2 role="configuration">
433 <title>Configuring PHP</title>
434
435 <sect3 id="php-config">
436 <title>Config Files</title>
437
[577eb27]438 <para>
439 <filename>/etc/php.ini</filename>,
[8f64429]440 <filename>/etc/pear.conf</filename>,
441 <filename>/etc/php-fpm.conf</filename>, and
442 <filename>/etc/php-fpm.d/www.conf</filename>
[577eb27]443 </para>
[db81e4cb]444
445 <indexterm zone="php php-config">
446 <primary sortas="e-etc-php.ini">/etc/php.ini</primary>
447 </indexterm>
448
449 <indexterm zone="php php-config">
450 <primary sortas="e-etc-pear.conf">/etc/pear.conf</primary>
451 </indexterm>
452
[8f64429]453 <indexterm zone="php php-config">
454 <primary sortas="e-etc-php-fpm.d-www.conf">
455 /etc/php-fpm.d/www.conf</primary>
456 </indexterm>
457
[5178bbf6]458 <indexterm zone="php php-config">
459 <primary sortas="e-etc-php-fpm.conf">/etc/php-fpm.conf</primary>
460 </indexterm>
461
[db81e4cb]462 </sect3>
463
464 <sect3>
465 <title>Configuration Information</title>
466
[8f64429]467 <para>
468 Without the file <filename>/etc/php-fpm.d/www.conf</filename>,
469 the process manager does not start. However, it is the file
470 <filename>/etc/php-fpm.d/www.conf.default</filename>, that is
471 installed. To solve this, issue as the
472 <systemitem class="username">root</systemitem> user:
473 </para>
474
475<screen role="root"><userinput>cp -v /etc/php-fpm.d/www.conf.default /etc/php-fpm.d/www.conf</userinput></screen>
476
[577eb27]477 <para>
478 The file used as the default <filename>/etc/php.ini</filename>
479 configuration file is recommended by the <application>PHP</application>
480 development team. This file modifies the default behavior of
481 <application>PHP</application>. If no <filename>/etc/php.ini</filename>
482 is used, all configuration settings fall to the defaults. You should
483 review the comments in this file and ensure the changes are acceptable
484 in your particular environment.
485 </para>
[e797436]486
[577eb27]487 <para>
488 You may have noticed the following from the output of the
489 <command>make install</command> command:
490 </para>
[b84326b7]491
[7c1d541]492<screen><computeroutput>You may want to add: /usr/lib/php to your php.ini include_path</computeroutput></screen>
[b84326b7]493
[577eb27]494 <para>
495 If desired, add the entry using the following command as the
496 <systemitem class="username">root</systemitem> user:
497 </para>
[b84326b7]498
[7c1d541]499<screen role="root"><userinput>sed -i 's@php/includes"@&amp;\ninclude_path = ".:/usr/lib/php"@' \
[b84326b7]500 /etc/php.ini</userinput></screen>
501
[577eb27]502 <para>
503 To enable fastCGI support in the <application>Apache</application>
504 web server, two LoadModule directives must be added to the
505 <filename>httpd.conf</filename> file. They are commented out, so just
506 issue the following command as
507 <systemitem class="username">root</systemitem> user:
508 </para>
[db81e4cb]509
[5178bbf6]510<screen role="root"><userinput>sed -i -e '/proxy_module/s/^#//' \
[7f8868f]511 -e '/proxy_fcgi_module/s/^#//' \
[5178bbf6]512 /etc/httpd/httpd.conf</userinput></screen>
[db81e4cb]513
[577eb27]514 <para>
515 Those modules accept various <command>ProxyPass</command>
516 directives. One possibility is (as the
517 <systemitem class="username">root</systemitem> user):
518 </para>
[5178bbf6]519
520<screen role="root"><userinput>echo \
[7f8868f]521'ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000/srv/www/$1' >> \
[5178bbf6]522/etc/httpd/httpd.conf</userinput></screen>
523
[577eb27]524 <para>
525 Additionally, it may be useful to add an entry for
526 <filename>index.php</filename> to the DirectoryIndex directive of the
527 <filename>httpd.conf</filename> file. Lastly, adding a line to setup the
528 <filename class='extension'>.phps</filename> extension to show
529 highlighted <application>PHP</application> source may be
530 desirable:
531 </para>
[e797436]532
533<screen><literal>AddType application/x-httpd-php-source .phps</literal></screen>
[db81e4cb]534
[577eb27]535 <para>
536 You'll need to restart the <application>Apache</application> web server
537 after making any modifications to the <filename>httpd.conf</filename>
538 file.
539 </para>
[db81e4cb]540
541 </sect3>
542
[5178bbf6]543 <sect3 id="php-init">
[0098ace6]544 <title><phrase revision="sysv">Boot Script</phrase>
545 <phrase revision="systemd">Systemd Unit</phrase></title>
[5178bbf6]546
[3c7bd00]547 <para revision="sysv">
[5178bbf6]548 To automatically start the <command>php-fpm</command> daemon when the
549 system is rebooted, install the
550 <filename>/etc/rc.d/init.d/php</filename> bootscript from the
551 <xref linkend="bootscripts"/> package as the
552 <systemitem class="username">root</systemitem> user:
553 </para>
554
[3c7bd00]555 <para revision="systemd">
[0098ace6]556 To start the <command>php-fpm</command> daemon at boot,
557 install the systemd unit from the <xref linkend="systemd-units"/>
558 package by running the following command as the
[3c7bd00]559 <systemitem class="username">root</systemitem> user:
560 </para>
561
562
[5178bbf6]563 <indexterm zone="php php-init">
564 <primary sortas="f-php">php</primary>
565 </indexterm>
566
[3c7bd00]567<screen role="root" revision="sysv"><userinput>make install-php</userinput></screen>
568
569<screen role="root" revision="systemd"><userinput>make install-php-fpm</userinput></screen>
570
[5178bbf6]571 </sect3>
572
[db81e4cb]573 </sect2>
574
575 <sect2 role="content">
576 <title>Contents</title>
577
578 <segmentedlist>
579 <segtitle>Installed Programs</segtitle>
[1c345ed]580 <segtitle>Installed Libraries</segtitle>
[db81e4cb]581 <segtitle>Installed Directories</segtitle>
582
583 <seglistitem>
[8f64429]584 <seg>pear, peardev, pecl, phar (symlink), phar.phar, php,
585 php-cgi, php-config, php-fpm, phpdbg, and phpize</seg>
[17f72f6]586
587 <seg>dba.{so,a} and opcache.{so,a} in
[8f64429]588 /usr/lib/php/extensions/no-debug-non-zts-20151012</seg>
[17f72f6]589
[8f64429]590 <seg>/etc/php-fpm.d, /usr/{include,lib,share}/php and
[ba1a38b]591 /usr/share/doc/php-&php-version;</seg>
[db81e4cb]592 </seglistitem>
593 </segmentedlist>
594
595 <variablelist>
596 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
597 <?dbfo list-presentation="list"?>
598 <?dbhtml list-presentation="table"?>
599
600 <varlistentry id="php-prog">
601 <term><command>php</command></term>
602 <listitem>
[577eb27]603 <para>
604 is a command line interface that enables you to parse and
605 execute PHP code.
606 </para>
[db81e4cb]607 <indexterm zone="php php-prog">
608 <primary sortas="b-php">php</primary>
609 </indexterm>
610 </listitem>
611 </varlistentry>
612
613 <varlistentry id="pear">
614 <term><command>pear</command></term>
615 <listitem>
[577eb27]616 <para>
617 is the PHP Extension and Application Repository (PEAR) package
618 manager.
619 </para>
[db81e4cb]620 <indexterm zone="php pear">
621 <primary sortas="b-pear">pear</primary>
622 </indexterm>
623 </listitem>
624 </varlistentry>
625
[5178bbf6]626 <varlistentry id="php-fpm">
627 <term><command>php-fpm</command></term>
628 <listitem>
[577eb27]629 <para>
630 is the fastCGI process manager for PHP.
631 </para>
[5178bbf6]632 <indexterm zone="php php-fpm">
633 <primary sortas="b-php-fpm">php-fpm</primary>
634 </indexterm>
635 </listitem>
636 </varlistentry>
637
[8f64429]638 <varlistentry id="phpdbg">
639 <term><command>phpdbg</command></term>
640 <listitem>
641 <para>
642 is the interactive PHP debugger.
643 </para>
644 <indexterm zone="php phpdbg">
645 <primary sortas="b-phpdbg">phpdbg</primary>
646 </indexterm>
647 </listitem>
648 </varlistentry>
649
[db81e4cb]650 </variablelist>
651
652 </sect2>
[f45b1953]653
654</sect1>
Note: See TracBrowser for help on using the repository browser.