source: general/prog/php.xml@ 5ff8c3a

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 5ff8c3a was b984aaa1, checked in by Bruce Dubbs <bdubbs@…>, 20 months ago

More tags

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