+75
pkgs/development/interpreters/php/skip-sqlite3_bind_bug68849.phpt.patch
+75
pkgs/development/interpreters/php/skip-sqlite3_bind_bug68849.phpt.patch
···+diff --git a/ext/sqlite3/tests/sqlite3_bind_bug68849.phpt b/ext/sqlite3/tests/sqlite3_bind_bug68849.phpt
+9
-1
pkgs/top-level/php-packages.nix
+9
-1
pkgs/top-level/php-packages.nix
···+# The `sqlite3_bind_bug68849.phpt` test is currently broken for i686 Linux systems since sqlite 3.43, cf.:+patches = lib.optional (stdenv.isi686 && stdenv.isLinux) ../development/interpreters/php/skip-sqlite3_bind_bug68849.phpt.patch;