From 9f21b3e54023d1ff1be208914e80d5cc862f10b8 Mon Sep 17 00:00:00 2001 From: Toby Evans Date: Mon, 16 Sep 2024 10:49:47 +1200 Subject: [PATCH] Disable global `defer()` in Swoole, via `swoole.use_shortname` --- runtimes/8.0/php.ini | 1 + runtimes/8.1/php.ini | 1 + runtimes/8.2/php.ini | 1 + runtimes/8.3/php.ini | 1 + 4 files changed, 4 insertions(+) diff --git a/runtimes/8.0/php.ini b/runtimes/8.0/php.ini index 0d8ce9e2..a638e3b9 100644 --- a/runtimes/8.0/php.ini +++ b/runtimes/8.0/php.ini @@ -3,3 +3,4 @@ post_max_size = 100M upload_max_filesize = 100M variables_order = EGPCS pcov.directory = . +swoole.use_shortname = off diff --git a/runtimes/8.1/php.ini b/runtimes/8.1/php.ini index 0d8ce9e2..a638e3b9 100644 --- a/runtimes/8.1/php.ini +++ b/runtimes/8.1/php.ini @@ -3,3 +3,4 @@ post_max_size = 100M upload_max_filesize = 100M variables_order = EGPCS pcov.directory = . +swoole.use_shortname = off diff --git a/runtimes/8.2/php.ini b/runtimes/8.2/php.ini index 0d8ce9e2..a638e3b9 100644 --- a/runtimes/8.2/php.ini +++ b/runtimes/8.2/php.ini @@ -3,3 +3,4 @@ post_max_size = 100M upload_max_filesize = 100M variables_order = EGPCS pcov.directory = . +swoole.use_shortname = off diff --git a/runtimes/8.3/php.ini b/runtimes/8.3/php.ini index 0d8ce9e2..a638e3b9 100644 --- a/runtimes/8.3/php.ini +++ b/runtimes/8.3/php.ini @@ -3,3 +3,4 @@ post_max_size = 100M upload_max_filesize = 100M variables_order = EGPCS pcov.directory = . +swoole.use_shortname = off