Skip to content

Commit 63cc414

Browse files
committed
Update PHP installation docs
1 parent 19187f7 commit 63cc414

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/php-installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ Notice the difference of the shared extensions and the share directory.
122122

123123
Directory locations can be adjusted with several Autoconf default options:
124124

125-
* `--bindir=DIR` - to set the user executables location
126-
* `--sbindir=DIR` - to set the root executables location
127-
* `--includedir=DIR` - to set the project C header files location
125+
* `--bindir=DIR` - set the user executables location
126+
* `--sbindir=DIR` - set the root executables location
127+
* `--includedir=DIR` - set the project C header files location
128128
* `--libdir=DIR` - set the library location
129129
* `--mandir=DIR` - set the man documentation location
130130
* `--localstatedir=DIR` - set the var location
131-
* `--runstatedir=DIR` - set the run location
131+
* `--runstatedir=DIR` - set the run location (Autoconf 2.70+)
132132
* `--sysconfdir=DIR` - set the etc location
133133
* ...
134134

0 commit comments

Comments
 (0)