mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
13 lines
226 B
C
13 lines
226 B
C
--- readline_cli.c.orig 2023-06-06 15:54:29 UTC
|
|
+++ readline_cli.c
|
|
@@ -19,6 +19,10 @@
|
|
#include "config.h"
|
|
#endif
|
|
|
|
+#ifdef HAVE_CONFIG_H
|
|
+#include "config.h"
|
|
+#endif
|
|
+
|
|
#include "php.h"
|
|
|
|
#ifndef HAVE_RL_COMPLETION_MATCHES
|