Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2021-11-18 08:51:29
Size: 236
Comment:
Revision 3 as of 2022-09-25 19:50:19
Size: 699
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

'''`php(1)`''' ('''PHP: Hypertext Preprocessor''') is a scripting language designed for dynamic web pages.

The current version is 8, but older (unsupported) versions see continued use. The language has evolved rapidly and porting between versions can be a difficult task.
Line 9: Line 13:
== Libraries == == Example ==
Line 11: Line 15:
 * [[PHP/FPM|PHP-FPM]] ----


== Installation ==

Most Linux and BSD distributions will offer a `php` package, as well as versioned packages (like `php7`).

----
Line 17: Line 28:
 * [[PHP/Configuration|Configuration]]
 * [[PHP/FPMConfiguration|FPM Configuration]]
See [[PHP/Configuration|here]] for details.

----



== Applications and Servers ==

 * [[PHP/FPM|PHP-FPM]]
 * [[PHP/PhpMyAdmin|phpMyAdmin]]

PHP

php(1) (PHP: Hypertext Preprocessor) is a scripting language designed for dynamic web pages.

The current version is 8, but older (unsupported) versions see continued use. The language has evolved rapidly and porting between versions can be a difficult task.


Example


Installation

Most Linux and BSD distributions will offer a php package, as well as versioned packages (like php7).


Configuration

See here for details.


Applications and Servers


CategoryRicottone

PHP (last edited 2023-04-08 17:02:03 by DominicRicottone)