summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2023-03-16 23:35:08 +0100
committerDamien Regad <dregad@mantisbt.org>2023-03-17 22:55:29 +0100
commit96236f468ad4db84e2928102556410bec36a3b28 (patch)
treeaf16711b9a4d8d3bb78bae8876ce51dd5f2b01ee /tests
parentc37230ed2fdecd57eefd26300c331629f92bc653 (diff)
downloadadodb-96236f468ad4db84e2928102556410bec36a3b28.tar.gz
adodb-96236f468ad4db84e2928102556410bec36a3b28.tar.bz2
adodb-96236f468ad4db84e2928102556410bec36a3b28.zip
Remove safe mode references
safe_mode was deprecated in PHP 5.3 and removed in 5.4. This removes remaining references to it in the code. Fixes #934
Diffstat (limited to 'tests')
-rw-r--r--tests/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.php b/tests/test.php
index fb23980b..08a2e301 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -1719,7 +1719,7 @@ if (@$_SERVER['COMPUTERNAME'] == 'TIGRESS') {
CheckWS('firebird');
CheckWS('sybase');
- if (!ini_get('safe_mode')) CheckWS('informix');
+ CheckWS('informix');
CheckWS('ado_mssql');
CheckWS('ado_access');