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 1f6ac30 commit 9fe6fb2Copy full SHA for 9fe6fb2
NEWS
@@ -34,6 +34,9 @@ PHP NEWS
34
. Fixed GH-8157 (post_max_size evaluates .user.ini too late in php-fpm).
35
(Jakub Zelenka)
36
37
+- Iconv:
38
+ . Extends the ICONV_CONST preprocessor for illumos/solaris. (jMichaelA)
39
+
40
- Opcache:
41
. Fixed bug GH-19669 (assertion failure in zend_jit_trace_type_to_info_ex).
42
(Arnaud)
ext/iconv/iconv.c
@@ -43,7 +43,7 @@
43
#undef iconv
44
#endif
45
46
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) || (defined(__sun) && defined(__SVR4))
47
// unfortunately, netbsd has still the old non posix conformant signature
48
// libiconv tends to match the eventual system's iconv too.
49
#define ICONV_CONST const
0 commit comments