Skip to content

Commit bc54978

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 6895f34 + ed83d72 commit bc54978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/pear/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if(PHP_PEAR)
3434
PHP_PEAR_TEMP_DIR "${tmpDir}"
3535
CACHE FILEPATH
3636
"The PEAR temporary directory where PEAR writes temporary files, such as\
37-
cache, downloaded packages artefacts and similar. Must be absolute path.\
37+
cache, downloaded packages artifacts and similar. Must be absolute path.\
3838
Default: ${tmpDir}."
3939
)
4040
# Change from INTERNAL type to show variable on consecutive configuration run.

cmake/pear/InstallPear.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The PEAR installation script.
33
44
It downloads the PEAR installer and installs it using the built PHP CLI
5-
executable to sistem directory structure. Some variables need to be set before
5+
executable to system directory structure. Some variables need to be set before
66
running it via the install(CODE) as done in the PEAR's CMakeLists.txt.
77
#]=============================================================================]
88

0 commit comments

Comments
 (0)