Skip to content

Commit 5f87704

Browse files
committed
Sync nits
More extensions synced, rechecked and config headers synced.
1 parent f95340c commit 5f87704

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

cmake/ext/standard/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(EXT_STANDARD_ARGON2 "Include the Argon2 support in password_*" OFF)
1111
add_feature_info(
1212
"ext/standard Argon2"
1313
EXT_STANDARD_ARGON2
14-
"Argon2 support in password_* functions"
14+
"Support for Argon2 hashing in password_*() PHP functions"
1515
)
1616

1717
option(EXT_STANDARD_EXTERNAL_LIBCRYPT "Use external libcrypt or libxcrypt" OFF)

cmake/ext/sysvmsg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option(EXT_SYSVMSG "Enable the sysvmsg extension" OFF)
1212
add_feature_info(
1313
"ext/sysvmsg"
1414
EXT_SYSVMSG
15-
"System V message based IPC support"
15+
"System V message based IPC (Interprocess Communication Mechanisms) support"
1616
)
1717

1818
cmake_dependent_option(

cmake/main/config.w32.cmake.h.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,12 @@
877877
*/
878878
#cmakedefine HAVE_SNMP_SHA512 1
879879

880+
/* Define to 1 if the PHP extension 'sysvmsg' is available. */
881+
#cmakedefine HAVE_SYSVMSG 1
882+
883+
/* Define to 1 if the PHP extension 'sysvsem' is available. */
884+
#cmakedefine HAVE_SYSVSEM 1
885+
880886
/* Define to 1 if the PHP extension 'sysvshm' is available. */
881887
#cmakedefine HAVE_SYSVSHM 1
882888

0 commit comments

Comments
 (0)