Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Force extension loading for new test
This commit is contained in:
Christoph M. Becker 2022-12-19 16:15:24 +01:00
commit 1abc1645dd
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -1,8 +1,10 @@
--TEST-- --TEST--
Bug #81740 (PDO::quote() may return unquoted string) Bug #81740 (PDO::quote() may return unquoted string)
--EXTENSIONS--
pdo
pdo_sqlite
--SKIPIF-- --SKIPIF--
<?php <?php
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
?> ?>