mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26: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.4.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
11 lines
228 B
C
11 lines
228 B
C
--- ext/pcre/php_pcre.h.orig 2024-07-28 11:55:02 UTC
|
|
+++ ext/pcre/php_pcre.h
|
|
@@ -20,7 +20,7 @@
|
|
#ifdef HAVE_BUNDLED_PCRE
|
|
#include "pcre2lib/pcre2.h"
|
|
#else
|
|
-#include "pcre2.h"
|
|
+#include <pcre2.h>
|
|
#endif
|
|
|
|
#include <locale.h>
|