]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 21 May 2019 07:03:20 +0000 (09:03 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 21 May 2019 07:03:20 +0000 (09:03 +0200)
* PHP-7.3:
  use {TMP} placeholder in phpt tests

1  2 
ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt

index a5abb72d8677c809368f06c4189556757c3dcae7,1a9b7858d39788dfff1984b911bd985d468db845..27ad4fa4eca21e0abc442d31b4808573d322e3c1
@@@ -4,15 -4,9 +4,15 @@@ SQLite3::loadExtension with empty exten
  Jelle Lampaert
  #Belgian Testfest 2009
  --INI--
- sqlite3.extension_dir=/tmp
+ sqlite3.extension_dir={TMP}
  --SKIPIF--
 -<?php require_once(__DIR__ . '/skipif.inc'); ?>
 +<?php
 +require_once(__DIR__ . '/skipif.inc');
 +
 +if (!method_exists('SQLite3', 'loadExtension')) {
 +      die("skip if SQLITE_OMIT_LOAD_EXTENSION defined");
 +}
 +?>
  --FILE--
  <?php