From 1061308ba7160b89e64adf0349a3a297137e9a8b Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Wed, 21 Oct 2020 22:58:51 +0000 Subject: Welcome PHP 8.0 RC 2 to the ports tree There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848 --- devel/php80-readline/files/patch-readline_cli.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 devel/php80-readline/files/patch-readline_cli.c (limited to 'devel/php80-readline/files/patch-readline_cli.c') diff --git a/devel/php80-readline/files/patch-readline_cli.c b/devel/php80-readline/files/patch-readline_cli.c new file mode 100644 index 000000000000..02f55974f9b0 --- /dev/null +++ b/devel/php80-readline/files/patch-readline_cli.c @@ -0,0 +1,13 @@ +--- readline_cli.c.orig 2012-03-02 16:40:26.000000000 +0100 ++++ readline_cli.c 2012-03-02 16:40:43.000000000 +0100 +@@ -19,6 +19,10 @@ + + /* $Id: readline_cli.c 321634 2012-01-01 13:15:04Z felipe $ */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + + #ifndef HAVE_RL_COMPLETION_MATCHES -- cgit v1.2.3