mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
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
13 lines
311 B
C
13 lines
311 B
C
--- 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
|