Files
frankenphp/testdata/ini.php
Alliballibaba2 072151dfee feat: Adds automatic thread scaling at runtime and php_ini configuration in Caddyfile (#1266)
Adds option to scale threads at runtime

Adds php_ini configuration in Caddyfile
2025-02-19 20:39:33 +01:00

8 lines
124 B
PHP

<?php
require_once __DIR__.'/_executor.php';
return function () {
echo $_GET['key'] . ':' . ini_get($_GET['key']);
};