From be2211a6fb78375cec9a5d2615dafaf043e5e848 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 11 Apr 2026 03:20:45 +0900 Subject: add files --- config.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.m4 (limited to 'config.m4') diff --git a/config.m4 b/config.m4 new file mode 100644 index 0000000..8527939 --- /dev/null +++ b/config.m4 @@ -0,0 +1,8 @@ +PHP_ARG_ENABLE([mini_xdebug], + [whether to enable mini-xdebug], + [AS_HELP_STRING([--enable-mini-xdebug], [Enable mini-xdebug])], + [no]) + +if test "$PHP_MINI_XDEBUG" != "no"; then + PHP_NEW_EXTENSION([mini_xdebug], [mini_xdebug.c], [$ext_shared]) +fi -- cgit v1.3.1