mirror of
https://github.com/php/php-src.git
synced 2024-11-30 21:35:36 +08:00
- Fix test
This commit is contained in:
parent
6d88d1a75e
commit
69efd7f5c7
@ -3,7 +3,6 @@ Test functionality disabled in safe mode
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded('oci8')){ die("skip no oci8 extension"); } if (PHP_VERSION_ID < 503099){ die("skip: safe_mode no longer available"); } ?>
|
||||
--INI--
|
||||
safe_mode=On
|
||||
oci8.privileged_connect=On
|
||||
--FILE--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user