From: Anatol Belski Date: Sat, 13 May 2017 23:47:40 +0000 (+0200) Subject: revert workaround for bug #74489 as it's fixed in the dependency lib X-Git-Tag: php-7.1.6RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfe577fb864cd18abed2c9b461a83dc5c8735ee2;p=php revert workaround for bug #74489 as it's fixed in the dependency lib --- diff --git a/ext/readline/readline.c b/ext/readline/readline.c index 564d5c0539..53a4c9e9ab 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -214,7 +214,7 @@ PHP_MINFO_FUNCTION(readline) Reads a line */ PHP_FUNCTION(readline) { - char *prompt = ""; + char *prompt = NULL; size_t prompt_len; char *result;