File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ option(EXT_STANDARD_ARGON2 "Include the Argon2 support in password_*" OFF)
1111add_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
1717option (EXT_STANDARD_EXTERNAL_LIBCRYPT "Use external libcrypt or libxcrypt" OFF )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ option(EXT_SYSVMSG "Enable the sysvmsg extension" OFF)
1212add_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
1818cmake_dependent_option(
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments