Estensioni compilate e codice sorgente di TrueAsync per PHP.
Richiede PHP 8.6+. Tutte le build sono Thread Safe (ZTS).
Immagini pronte all'uso con l'estensione TrueAsync preinstallata. Basate sulle immagini ufficiali PHP ZTS.
true-async/php:8.6-zts
PHP 8.6 + TrueAsync 1.0.0
docker pull true-async/php:8.4-zts
Esegui uno script:
docker run --rm -v $(pwd):/app -w /app true-async/php:8.4-zts php script.php
FROM true-async/php:8.4-zts
COPY . /app
WORKDIR /app
CMD ["php", "server.php"]
Le release sono firmate con chiavi GPG per la verifica dell'autenticità. Importa la chiave pubblica:
gpg --keyserver keyserver.ubuntu.com --recv-keys XXXXXXXXXXXXXXXX
Verifica della firma del file scaricato:
gpg --verify true_async-1.0.0-ts-php8.3-x64.zip.asc true_async-1.0.0-ts-php8.3-x64.zip