mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
The test self should be fixed(maybe relates to env?)
Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"
This reverts commit 69e26f9f8f
.
This commit is contained in:
parent
d0b3a72cea
commit
b79b036a31
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ PHP_FUNCTION(readline_read_history)
|
|||
return;
|
||||
}
|
||||
|
||||
if (!arg || php_check_open_basedir(arg) != 0) {
|
||||
if (arg && php_check_open_basedir(arg)) {
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue