Commit 3855c7c1431 for php.net

commit 3855c7c1431ed6fe44b74b7383135a84add6fe65
Author: laokz <26503046+laokz@users.noreply.github.com>
Date:   Sat Aug 22 21:07:18 2026 +0800

    tests/GHSA-x692-q9x7-8c3f.phpt:  Add extensions required (#23408)

    bccomp() is in bcmath extension. Add the requires to avoid test failure if bcmath extension not configured.

    Signed-off-by: Kai Zhang <zhangkai@iscas.ac.cn>

diff --git a/ext/bcmath/tests/GHSA-x692-q9x7-8c3f.phpt b/ext/bcmath/tests/GHSA-x692-q9x7-8c3f.phpt
index b735958bd07..d544ad949bb 100644
--- a/ext/bcmath/tests/GHSA-x692-q9x7-8c3f.phpt
+++ b/ext/bcmath/tests/GHSA-x692-q9x7-8c3f.phpt
@@ -1,5 +1,7 @@
 --TEST--
 GHSA-x692-q9x7-8c3f: bccomp() out-of-bounds write
+--EXTENSIONS--
+bcmath
 --CREDITS--
 Recep Asan (recepasan)
 --FILE--