mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02:00
Merge branch 'PHP-7.1'
* PHP-7.1: extend skipif
This commit is contained in:
@@ -3,6 +3,7 @@ Bug #72538 (readline_redisplay crashes php)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("readline")) die("skip");
|
||||
if (READLINE_LIB != "libedit") die("skip libedit only");
|
||||
if (!function_exists("readline_redisplay")) die("skip readline_redisplay not available");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user