summaryrefslogtreecommitdiffstats
path: root/php-5.6.0-readline.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-03 09:59:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-03 09:59:42 +0200
commit95680abeaf15c351fa67d0acbb7e13b948efbb78 (patch)
tree64838aa8feb6354b385dbb106d92a58070df8b38 /php-5.6.0-readline.patch
parent8d11e938db22173fccdc51e9ca5f2e9da1fde5e8 (diff)
PHP 5.6.0beta2
Diffstat (limited to 'php-5.6.0-readline.patch')
-rw-r--r--php-5.6.0-readline.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/php-5.6.0-readline.patch b/php-5.6.0-readline.patch
new file mode 100644
index 0000000..f015a2e
--- /dev/null
+++ b/php-5.6.0-readline.patch
@@ -0,0 +1,17 @@
+
+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)