source: general/prog/php.xml@ eb31c6d3

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since eb31c6d3 was eb31c6d3, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Update to php-8.1.6.

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