Skip to content

Commit 82bc668

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 70d34ab + 7e651c5 commit 82bc668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/cmake/modules/FindDbm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface.
99
definitions mapping to internal dbm functions available in the db.h header.
1010
When defining `DB_DBM_HSEARCH` dbm handler is available as built into C
1111
library. However, this is museum code and probably relying on a standalone dbm
12-
package instead should be done without using this artefact. PHP in the past
12+
package instead should be done without using this artifact. PHP in the past
1313
already used this and moved the db extension out of the php-src to PECL.
1414
1515
Module defines the following `IMPORTED` target(s):

docs/cmake/modules/FindDbm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface.
1212
definitions mapping to internal dbm functions available in the db.h header.
1313
When defining `DB_DBM_HSEARCH` dbm handler is available as built into C
1414
library. However, this is museum code and probably relying on a standalone dbm
15-
package instead should be done without using this artefact. PHP in the past
15+
package instead should be done without using this artifact. PHP in the past
1616
already used this and moved the db extension out of the php-src to PECL.
1717

1818
Module defines the following `IMPORTED` target(s):

0 commit comments

Comments
 (0)