We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8538e2f commit 4754d30Copy full SHA for 4754d30
NEWS
@@ -6,6 +6,9 @@ PHP NEWS
6
. Fixed bug GH-19305 (Operands may be being released during comparison).
7
(Arnaud)
8
9
+- Intl:
10
+ . Fixed bug GH-19307 (PGO builds of shared ext-intl are broken). (cmb)
11
+
12
- Opcache:
13
. Fixed bug GH-19301 (opcache build failure). (Remi)
14
ext/intl/idn/idn.cpp
@@ -20,8 +20,9 @@
20
#include <config.h>
21
#endif
22
23
-#include <php.h>
24
-
+extern "C" {
+#include "../php_intl.h"
25
+}
26
#include <unicode/uidna.h>
27
#include <unicode/ustring.h>
28
0 commit comments