mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Force extension loading for new test
This commit is contained in:
commit
1abc1645dd
1 changed files with 3 additions and 1 deletions
|
@ -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");
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue