We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c87ea commit 752fc86Copy full SHA for 752fc86
ext/sodium/libsodium.c
@@ -270,7 +270,7 @@ const zend_function_entry sodium_functions[] = {
270
(SODIUM_LIBRARY_VERSION_MAJOR == 7 && SODIUM_LIBRARY_VERSION_MINOR >= 6)
271
PHP_FE(sodium_compare, AI_TwoStrings)
272
#endif
273
- PHP_FE(sodium_hex2bin, AI_AI_StringAndMaybeString)
+ PHP_FE(sodium_hex2bin, AI_StringAndMaybeString)
274
PHP_FE(sodium_increment, AI_StringRef)
275
PHP_FE(sodium_add, AI_StringRefAndString)
276
PHP_FE(sodium_memcmp, AI_TwoStrings)
0 commit comments