From d1acd6526987ad8418edcb21365bd09df7bf1059 Mon Sep 17 00:00:00 2001 From: Alexander Stecher <45872305+AlliBalliBaba@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:50:28 +0200 Subject: [PATCH] Removes dd workaround for frankenphp. (#945) Co-authored-by: a.stecher --- bin/bootstrap.php | 8 -------- bin/roadrunner-worker | 2 ++ bin/swoole-server | 2 ++ fixes/fix-symfony-dd.php | 10 ++++++++++ 4 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 fixes/fix-symfony-dd.php diff --git a/bin/bootstrap.php b/bin/bootstrap.php index e870b8a0f..85ec7ffc8 100644 --- a/bin/bootstrap.php +++ b/bin/bootstrap.php @@ -1,6 +1,5 @@ require __DIR__.'/bootstrap.php'; /* diff --git a/fixes/fix-symfony-dd.php b/fixes/fix-symfony-dd.php new file mode 100644 index 000000000..db94da060 --- /dev/null +++ b/fixes/fix-symfony-dd.php @@ -0,0 +1,10 @@ +