frankenphp/testdata
Kévin Dunglas 47257ec919
docs: add performance docs (#1004)
* docs: add performance docs

* docs: add PHP performance section

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* typo

* musl

* musl fixes

* add log section

* french translation

* typo

---------

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>
2024-08-27 11:45:56 +02:00
..
_executor.php $_SERVER['FRANKENPHP_WORKER'] must not be NULL-terminated 2024-05-21 18:50:02 +02:00
autoloader-require.php fix: preserve autoloading in worker mode 2022-10-06 15:25:58 +02:00
autoloader.php fix: preserve autoloading in worker mode 2022-10-06 15:25:58 +02:00
benchmark.Caddyfile docs: add performance docs (#1004) 2024-08-27 11:45:56 +02:00
Caddyfile feat: add Brotli compression support (#524) 2024-01-30 18:33:59 +01:00
command.php feat: add experimental CLI support (#239) 2023-10-09 14:38:15 +02:00
connectionStatusLog.php test: fix and refactor some flaky tests (#165) 2023-07-10 18:46:04 +02:00
cookies.php feat: add a woker mode (#1) 2022-05-18 11:52:24 +02:00
die.php test: fix and refactor some flaky tests (#165) 2023-07-10 18:46:04 +02:00
early-hints.php chore: improve tests and add missing file (#13) 2022-10-11 20:41:50 +02:00
echo.php chore: add missing file 2023-11-10 18:39:29 +01:00
exception.php test: add tests for exception handling (#11) 2022-10-11 10:54:30 +02:00
fiber-no-cgo.php test: prove that Fibers work if not calling Go 2023-09-28 19:04:57 +02:00
file-upload.php fix: prevent crash when worker terminates after a file upload 2024-06-08 13:36:32 +02:00
finish-request.php tests: improve TestFinishRequest (#97) 2022-11-09 00:53:34 +01:00
flush.php test: fix and refactor some flaky tests (#165) 2023-07-10 18:46:04 +02:00
headers.php perf: reduce the number of calls to cgo to set the headers 2023-08-18 19:20:32 +02:00
hello.txt feat(caddy): php_server simplified directive (#235) 2023-10-03 15:44:55 +02:00
index.php test: ensure memory safety when handling parallel requests (#3) 2022-05-23 11:57:30 +02:00
input.php feat: add a woker mode (#1) 2022-05-18 11:52:24 +02:00
large-request.php test: add a test for large requests 2023-08-16 11:12:29 +02:00
large-response.php feat(caddy): add command to start a PHP server (#238) 2023-10-05 14:56:04 +02:00
load-test.js ci: add more headers to the k6 load test (#544) 2024-02-03 12:25:35 +01:00
log.php feat: improve PHP logger 2022-10-08 13:05:18 +02:00
non-worker.php feat: add support for PHP timeouts on Linux (#128) 2023-03-05 15:47:20 +01:00
persistent-object-require.php chore: add tests regarding persistent objects 2022-10-05 15:44:02 +02:00
persistent-object.php chore: add tests regarding persistent objects 2022-10-05 15:44:02 +02:00
phpinfo.php feat: add a woker mode (#1) 2022-05-18 11:52:24 +02:00
request-headers.php fix: prevent crash when calling apache_request_headers() in non-HTTP context 2024-02-27 17:51:10 +01:00
response-headers.php fix: reset sapi response code (#964) 2024-08-11 22:34:50 +02:00
server-variable.php feat: add a woker mode (#1) 2022-05-18 11:52:24 +02:00
session.php feat: add a woker mode (#1) 2022-05-18 11:52:24 +02:00
super-globals.php feat: add a woker mode (#1) 2022-05-18 11:52:24 +02:00
timeout.php feat: add support for PHP timeouts on Linux (#128) 2023-03-05 15:47:20 +01:00
worker-env.php fix(caddy): incorrectly prepared environment variables when not using Caddyfile 2024-06-24 17:36:06 +02:00
worker-getopt.php fix: superglobals-realated crash with custom extensions in worker mode (#796) 2024-06-05 15:24:16 +02:00
worker.php feat: add a woker mode (#1) 2022-05-18 11:52:24 +02:00