summaryrefslogtreecommitdiff
path: root/ext/readline
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-03-02 12:31:30 +0800
committerXinchen Hui <laruence@gmail.com>2016-03-02 12:31:30 +0800
commit14f105ebba8f16e211b66a2177fe4faa67712efb (patch)
treef2554c6e003a5e32ff2c834a5948f961ce9c01f6 /ext/readline
parentf4f140c05d739c46b6c482966b19652b6f4169ec (diff)
parent3fb566f47531a232544cb5d1361f15f26e0ca02c (diff)
downloadphp-git-14f105ebba8f16e211b66a2177fe4faa67712efb.tar.gz
Merge branch 'PHP-7.0'
* PHP-7.0: Fixed test ext/readline/tests/readline_read_history_error_001.phpt
Diffstat (limited to 'ext/readline')
-rw-r--r--ext/readline/tests/readline_read_history_error_001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/tests/readline_read_history_error_001.phpt b/ext/readline/tests/readline_read_history_error_001.phpt
index 0a65a66d5c..1b39cbfb12 100644
--- a/ext/readline/tests/readline_read_history_error_001.phpt
+++ b/ext/readline/tests/readline_read_history_error_001.phpt
@@ -3,7 +3,7 @@ readline_read_history() function - Error cases
--CREDITS--
Pedro Manoel Evangelista <pedro.evangelista at gmail dot com>
--SKIPIF--
-<?php if (!extension_loaded("readline") || !function_exists('readline_read_history')) die("skip"); ?>
+<?php if (!extension_loaded("readline") || !function_exists('readline_read_history') || READLINE_LIB != "libedit") die("skip"); ?>
--FILE--
<?php
var_dump(readline_read_history());