Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| home_server:home_server_setup:other_services:misc [2025-09-29 Mon wk40 13:26] – [php packages] baumkp | home_server:home_server_setup:other_services:misc [2025-09-29 Mon wk40 13:35] (current) – [php packages] baumkp | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| =====php packages===== | =====php packages===== | ||
| + | |||
| + | ++++Current main used php extenstions: | ||
| |<38em 28% 36% 12% 12% 12%>| | |<38em 28% 36% 12% 12% 12%>| | ||
| ^ package | ^ package | ||
| Line 72: | Line 74: | ||
| | pkg-php-tools | | pkg-php-tools | ||
| | pkg-session | | pkg-session | ||
| + | ++++ | ||
| ++++Here’s a list of common PHP extensions used for various functionalities, | ++++Here’s a list of common PHP extensions used for various functionalities, | ||
| * It would seem that packages can vary from distribution to distribution and over time? | * It would seem that packages can vary from distribution to distribution and over time? | ||
| Line 78: | Line 80: | ||
| *These are commonly required for most web applications: | *These are commonly required for most web applications: | ||
| *php - includes php-cli and php-fpm | *php - includes php-cli and php-fpm | ||
| - | *php-cli – Command-line interface for PHP (used only where | + | *php-cli – Command-line interface for PHP (used where only php command line interface is required, no fpm) |
| - | *php-fpm - serves php onto a web server | + | *php-fpm - serves php onto a web server |
| *php-common – Core PHP libraries | *php-common – Core PHP libraries | ||
| *php-json – JSON data handling | *php-json – JSON data handling | ||