summaryrefslogtreecommitdiff
path: root/php/BuildInstructionsLinuxOSX.md
diff options
context:
space:
mode:
Diffstat (limited to 'php/BuildInstructionsLinuxOSX.md')
-rw-r--r--php/BuildInstructionsLinuxOSX.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/php/BuildInstructionsLinuxOSX.md b/php/BuildInstructionsLinuxOSX.md
index f7050f8d03b..e0b6c3717c4 100644
--- a/php/BuildInstructionsLinuxOSX.md
+++ b/php/BuildInstructionsLinuxOSX.md
@@ -1,7 +1,7 @@
-# Building Ice for PHP on Linux and OS X
+# Building Ice for PHP on Linux and macOS
This page describes how to build and install Ice for PHP from source code on
-Linux and OS X. If you prefer, you can also download [binary distributions][1]
+Linux and macOS. If you prefer, you can also download [binary distributions][1]
for the supported platforms.
## PHP Build Requirements
@@ -71,7 +71,7 @@ shown below:
$ php -m
Look for `ice` among the installed modules. Note that your library search path
-(`LD_LIBRARY_PATH` on Linux or `DYLD_LIBRARY_PATH` on OS X) must include the
+(`LD_LIBRARY_PATH` on Linux or `DYLD_LIBRARY_PATH` on macOS) must include the
directory containing the Ice shared libraries.
Read the PHP Dependencies and PHP Source Files sections below for more