diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-16 15:38:33 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-16 15:38:33 +0200 |
| commit | 8243434f684a373cac5226d684c6e168c8e3a45e (patch) | |
| tree | c0d546f41fd08e076e330a5cfa7d88f6e8f95fe1 /1.patch | |
open https://github.com/iliaal/fastchart/pull/1 fix test, ensure searching in the right place
open https://github.com/iliaal/fastchart/pull/2 Fix undefined $ext_builddir
open https://github.com/iliaal/fastchart/pull/3 fix tests, more font paths
Diffstat (limited to '1.patch')
| -rw-r--r-- | 1.patch | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +From ca34b40f74e21be488a3e243f360743008eec13e Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +Date: Sat, 16 May 2026 14:38:09 +0200 +Subject: [PATCH] fix test, ensure searching in the right place + +--- + tests/134_minfo_and_optional_libs.phpt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/134_minfo_and_optional_libs.phpt b/tests/134_minfo_and_optional_libs.phpt +index ee18275..53d6d01 100644 +--- a/tests/134_minfo_and_optional_libs.phpt ++++ b/tests/134_minfo_and_optional_libs.phpt +@@ -22,7 +22,7 @@ ob_start(); + phpinfo(INFO_MODULES); + $info = ob_get_clean(); + +-$section_start = strpos($info, 'fastchart'); ++$section_start = strpos($info, 'fastchart support'); + $section = substr($info, $section_start, 800); + + echo "has_version_row: ", |
