source: general/prog/php.xml@ 65d85668

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 65d85668 was 65d85668, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

9ckage updates and fixes.
Update to php-8.0.9.
Update to cbindgen-0.20.0.
Fix dependencies for elogind and p11kit.
Fix gcr-3.40.0 to build properly with meson-0.59.

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