mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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--
|
--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");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue