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 406dc49 commit 3e87397Copy full SHA for 3e87397
docs/cmake/modules/PHP/SystemExtensions.md
@@ -26,6 +26,16 @@ Conditionally defined preprocessor macros:
26
27
Defined on HP-UX.
28
29
+* `_POSIX_PTHREAD_SEMANTICS`
30
+
31
+ Defined on Solaris and illumos-based systems.
32
33
+ As of Solaris 11.4, the `_POSIX_PTHREAD_SEMANTICS` is obsolete and according
34
+ to documentation no header utilizes this anymore. For illumos-based systems,
35
+ it's unclear where it is still needed, so at the time of writing, this is
36
+ enabled unconditionally for all Solaris and illumos-based systems as enabling
37
+ it doesn't cause issues. For other systems, this is irrelevant.
38
39
## Result variables
40
41
* `PHP_SYSTEM_EXTENSIONS_CODE`
0 commit comments