From 1570f6a6b22b19910c3544fa37ef5f9773238ad4 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 16 Oct 2025 23:54:02 +0200 Subject: [PATCH] Fix test on 8.4+ --- ext/pdo_mysql/tests/gh20122.phpt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ext/pdo_mysql/tests/gh20122.phpt b/ext/pdo_mysql/tests/gh20122.phpt index 28369fefaf6..925c94e907a 100644 --- a/ext/pdo_mysql/tests/gh20122.phpt +++ b/ext/pdo_mysql/tests/gh20122.phpt @@ -5,15 +5,13 @@ pdo pdo_mysql --SKIPIF-- --FILE-- exec('CREATE TABLE test (bar JSON)'); $db->exec('INSERT INTO test VALUES("[]")');