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 ef4b2fc commit a251d9bCopy full SHA for a251d9b
main/php.h
@@ -47,7 +47,7 @@
47
#elif defined(BSD) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
48
# define PHP_OS_FAMILY "BSD"
49
#elif defined(__APPLE__) || defined(__MACH__)
50
-# define PHP_OS_FAMILY "Mac"
+# define PHP_OS_FAMILY "Darwin"
51
#elif defined(__sun__)
52
# define PHP_OS_FAMILY "Solaris"
53
#elif defined(__linux__)
0 commit comments