diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-04 09:16:25 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-04 09:16:25 +0200 |
| commit | 2b5629870988103a4fcb508c8a4725a048309604 (patch) | |
| tree | b357f606200eafc5a1ba0209a893b0cb773ba7b8 /0001-Fix-16874-missing-include.patch | |
| parent | 224403f8d384d752d70667184ec96622e00a34cd (diff) | |
add patch for 8.5 / build from full sources tree
Diffstat (limited to '0001-Fix-16874-missing-include.patch')
| -rw-r--r-- | 0001-Fix-16874-missing-include.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/0001-Fix-16874-missing-include.patch b/0001-Fix-16874-missing-include.patch new file mode 100644 index 0000000..4b42c78 --- /dev/null +++ b/0001-Fix-16874-missing-include.patch @@ -0,0 +1,24 @@ +From 646b02c3351ee209c335a9409cd0effd7b7a0e5a Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +Date: Sat, 4 Apr 2026 09:09:22 +0200 +Subject: [PATCH] Fix #16874 missing include + +--- + ext/kernel/backtrace.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/ext/kernel/backtrace.c b/ext/kernel/backtrace.c +index 702686038e..ccc148684d 100644 +--- a/ext/kernel/backtrace.c ++++ b/ext/kernel/backtrace.c +@@ -12,6 +12,7 @@ + #ifndef ZEPHIR_RELEASE + #if defined(linux) && !defined(ALPINE_LINUX) || defined(DARWIN) || defined(__APPLE__) + ++#include <php.h> + #include <execinfo.h> + #include <Zend/zend.h> + #if PHP_VERSION_ID < 80500 +-- +2.53.0 + |
