diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-04-08 16:15:10 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-04-08 16:15:10 +0200 |
| commit | bcf15d441192c3b457dc2963383ac55ee86966e0 (patch) | |
| tree | 3106a153f6e67c8fcd22b36fab2653f8eced6e88 /php83/README | |
| parent | c97ac9b7f7fcfac842ec9655b502167f18c36da9 (diff) | |
| download | slackbuilds-bcf15d441192c3b457dc2963383ac55ee86966e0.tar.gz | |
php83: Added
Diffstat (limited to 'php83/README')
| -rw-r--r-- | php83/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/php83/README b/php83/README new file mode 100644 index 0000000..ca42137 --- /dev/null +++ b/php83/README @@ -0,0 +1,36 @@ +PHP is an HTML-embedded scripting language. It shares syntax +characteristics with C, Java, and Perl. The primary objective behind +this language is to make a fast and easy-to-use scripting language for +dynamic web sites. + +This installation is compatible with the official php package and +doesn't overwrite any stock files. + +This script doesn't build mod_php. You can use php-fpm or built-in +development server. + +NOTE: + +Because of this old PEAR bug: + +https://pear.php.net/bugs/bug.php?id=20383 + +Some directories and files will be created on the build file-system as +this is built: + +/usr/lib64/php/8.3/.channels/.alias/ +/usr/lib64/php/8.3/.channels/.alias/pear.txt +/usr/lib64/php/8.3/.channels/.alias/pecl.txt +/usr/lib64/php/8.3/.channels/.alias/phpdocs.txt +/usr/lib64/php/8.3/.channels/__uri.reg +/usr/lib64/php/8.3/.channels/doc.php.net.reg +/usr/lib64/php/8.3/.channels/pear.php.net.reg +/usr/lib64/php/8.3/.channels/pecl.php.net.reg +/usr/lib64/php/8.3/.depdb +/usr/lib64/php/8.3/.depdblock +/usr/lib64/php/8.3/.filemap +/usr/lib64/php/8.3/.lock +/usr/lib64/php/8.3/.registry/ +/usr/lib64/php/8.3/.registry/.channel.__uri/ +/usr/lib64/php/8.3/.registry/.channel.doc.php.net/ +/usr/lib64/php/8.3/.registry/.channel.pecl.php.net/ |
