summaryrefslogtreecommitdiffstats
path: root/php-5.6.0-readline.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-07-07 10:37:43 +0200
committerRemi Collet <fedora@famillecollet.com>2014-07-07 10:37:43 +0200
commit4fec15b899dba55d93c3b616c9e26720bf24f5ee (patch)
treedf14b65260d4f24bd4066dbe68c09d48fe85426f /php-5.6.0-readline.patch
parentcd967adc8255376d9b3aa70f4a255c3f228c2a8b (diff)
PHP 5.6.0RC2
Diffstat (limited to 'php-5.6.0-readline.patch')
-rw-r--r--php-5.6.0-readline.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/php-5.6.0-readline.patch b/php-5.6.0-readline.patch
deleted file mode 100644
index f015a2e..0000000
--- a/php-5.6.0-readline.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-
-Revert http://git.php.net/?p=php-src.git;a=patch;h=1c0fccfc9abaaea02ae717547bc3b69fcb2de86c
-
-diff -up php-5.6.0beta2/sapi/phpdbg/config.m4.readline php-5.6.0beta2/sapi/phpdbg/config.m4
---- php-5.6.0beta2/sapi/phpdbg/config.m4.readline 2014-05-03 08:36:56.693265559 +0200
-+++ php-5.6.0beta2/sapi/phpdbg/config.m4 2014-05-03 08:37:56.542512577 +0200
-@@ -20,10 +20,6 @@ if test "$PHP_PHPDBG" != "no"; then
- PHP_PHPDBG_CFLAGS="-D_GNU_SOURCE"
- PHP_PHPDBG_FILES="phpdbg.c phpdbg_parser.c phpdbg_lexer.c phpdbg_prompt.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdbg_bp.c phpdbg_opcode.c phpdbg_list.c phpdbg_utils.c phpdbg_info.c phpdbg_cmd.c phpdbg_set.c phpdbg_frame.c phpdbg_watch.c phpdbg_btree.c"
-
-- if test "$PHP_READLINE" != "no"; then
-- PHPDBG_EXTRA_LIBS="-lreadline"
-- fi
--
- PHP_SUBST(PHP_PHPDBG_CFLAGS)
- PHP_SUBST(PHP_PHPDBG_FILES)
- PHP_SUBST(PHPDBG_EXTRA_LIBS)