feat: improve PHP logger

This commit is contained in:
Kévin Dunglas
2022-10-08 13:05:18 +02:00
parent ea5aa3d729
commit 4c0dd41327
5 changed files with 99 additions and 12 deletions

7
testdata/log.php vendored Normal file
View File

@@ -0,0 +1,7 @@
<?php
require_once __DIR__.'/_executor.php';
return function () {
error_log("request {$_GET['i']}");
};