Skip to content

Commit

Permalink
Change PHP_OS_FAMILY to "Darwin" instead of "Mac" for Darwin based sy…
Browse files Browse the repository at this point in the history
…stems (as suggested by Davey)
  • Loading branch information
KalleZ committed Jun 14, 2017
1 parent ef4b2fc commit a251d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/php.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#elif defined(BSD) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
# define PHP_OS_FAMILY "BSD"
#elif defined(__APPLE__) || defined(__MACH__)
# define PHP_OS_FAMILY "Mac"
# define PHP_OS_FAMILY "Darwin"
#elif defined(__sun__)
# define PHP_OS_FAMILY "Solaris"
#elif defined(__linux__)
Expand Down

0 comments on commit a251d9b

Please sign in to comment.