Skip to content

Commit 9e94e34

Browse files
committed
Fix typo
1 parent 690bc61 commit 9e94e34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build system:
3838
the cross-compiling emulator.
3939
4040
* The installation include directory (`/usr/local/include/php`) can be adjusted
41-
with `PHP_INSTALL_PREFIX` variable to support multiple PHP versions. For
41+
with `PHP_INCLUDE_PREFIX` variable to support multiple PHP versions. For
4242
example, `/usr/local/include/php/8.4`.
4343
4444
## Behavior

docs/php-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ prefix will not be taken into account.
230230
> ```sh
231231
> <CMAKE_INSTALL_PREFIX> # /usr/local
232232
> └─ <CMAKE_INSTALL_INCLUDEDIR> # └─ include
233-
> └─ <PHP_INSTALL_PREFIX> # └─ php
233+
> └─ <PHP_INCLUDE_PREFIX> # └─ php
234234
> ├─ ext # ├─ ext
235235
> ├─ main # ├─ main
236236
> ├─ sapi # ├─ sapi

0 commit comments

Comments
 (0)