Merge branch 'PHP-8.2'

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

View file

@ -1,8 +1,10 @@
--TEST--
Bug #81740 (PDO::quote() may return unquoted string)
--EXTENSIONS--
pdo
pdo_sqlite
--SKIPIF--
<?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 (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
?>