Skip to content

Commit 11ddadf

Browse files
committed
Quick hack to placate Windows OpenSSL tests w/ new INI opt
1 parent 7840f27 commit 11ddadf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ext/openssl/tests/ServerClientTestCase.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ class ServerClientTestCase
100100
$ini = php_ini_loaded_file();
101101
$cmd = sprintf(
102102
'%s %s "%s" %s',
103-
PHP_BINARY, $ini ? "-n -c $ini" : "",
103+
// XXX: TEST_PHP_EXTRA_ARGS for run-test values won't work here?
104+
PHP_BINARY, $ini ? "-n -c $ini -d error_ignore_args=1" : "",
104105
__FILE__,
105106
WORKER_ARGV_VALUE
106107
);

0 commit comments

Comments
 (0)