Commit Graph

7 Commits

Author SHA1 Message Date
henderkes
1cbc658911 move script detection to C side, not Go side (because we only want to detect anything when HAVE_EMBED_CLI is false) 2026-03-06 18:08:34 +07:00
henderkes
82a62b0db9 executephpcode 2026-03-06 17:39:03 +07:00
henderkes
c40a2572be fix expected args for php-cli, though this won't help the strangely failing tests 2026-03-06 17:07:16 +07:00
henderkes
0f28cc044b fix cli test 2026-03-06 16:45:06 +07:00
DubbleClick
44408b6514 refactor code around calling do_php_cli 2025-08-03 17:29:47 +07:00
Alexander Stecher
3741782330 feat: '-r' option for php-cli (#1482) 2025-05-01 02:06:31 +02:00
Kévin Dunglas
c615fe0087 feat: add experimental CLI support (#239)
* feat: add CLI support

* updated

* debug

* fix tests

* Caddy php-cli command

* use thread

* $_SERVER and input streams support

* Update frankenphp.c

Co-authored-by: Francis Lavoie <lavofr@gmail.com>

---------

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2023-10-09 14:38:15 +02:00