We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd468d commit bea542aCopy full SHA for bea542a
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? 2022, PHP 8.0.17
4
5
+- Core:
6
+ . Fixed Haiku ZTS build. (David Carlier)
7
+
8
- Iconv:
9
. Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)
10
TSRM/TSRM.h
@@ -147,7 +147,7 @@ TSRM_API const char *tsrm_api_name(void);
147
# define __has_attribute(x) 0
148
#endif
149
150
-#if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__)
+#if !__has_attribute(tls_model) || defined(__FreeBSD__) || defined(__MUSL__) || defined(__HAIKU__)
151
# define TSRM_TLS_MODEL_ATTR
152
#elif __PIC__
153
# define TSRM_TLS_MODEL_ATTR __attribute__((tls_model("initial-exec")))
0 commit comments