fuc-new/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt
hellcat 1fe8673f62 1
2025-10-01 13:34:29 +08:00

13 lines
226 B
PHP
Executable File

--TEST--
openbase_dir is followed
--INI--
open_basedir=/--dne--
--FILE--
<?php
use MaxMind\Db\Reader;
$reader = new Reader('/usr/local/share/GeoIP/GeoIP2-City.mmdb');
?>
--EXPECTREGEX--
.*open_basedir restriction in effect.*