php.php
- Pfad:
public/static-docs/online/module/php.php - Namespace: -
- Zeilen: 21 | Größe: 636 Bytes
- Geändert: 2025-12-19 23:56:40 | Gescannt: 2025-12-31 10:22:15
Code Hygiene Score: 100
- Dependencies: 100 (25%)
- LOC: 100 (20%)
- Methods: 100 (20%)
- Secrets: 100 (15%)
- Classes: 100 (10%)
- Magic Numbers: 100 (10%)
Keine Issues gefunden.
Code
<section>
<h2>7. PHP 8.4</h2>
<h3>7.1 Installation</h3>
<pre><code>apt-get install -y php8.4 php8.4-cli php8.4-fpm php8.4-mysql php8.4-curl php8.4-gd php8.4-mbstring php8.4-xml php8.4-zip php8.4-intl php8.4-bcmath php8.4-opcache php8.4-apcu php8.4-redis php8.4-imagick libapache2-mod-php8.4</code></pre>
<h3>7.2 PHP-FPM fuer Apache</h3>
<pre><code>a2enmod proxy_fcgi setenvif
a2enconf php8.4-fpm
systemctl restart php8.4-fpm</code></pre>
<h3>7.3 Version</h3>
<p>PHP 8.4.11</p>
<h3>7.4 Erweiterungen</h3>
<ul>
<li>mysql, curl, gd, mbstring, xml, zip</li>
<li>intl, bcmath, opcache, apcu, redis, imagick</li>
</ul>
</section>