Skip to content

Commit 6513d52

Browse files
committed
Fixed global registration method .
1 parent 9601a4e commit 6513d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashids.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ size_t hashids_decode_hex(hashids_t *hashids, char *str, char *output)
964964
zend_module_entry hashids_module_entry = {
965965
STANDARD_MODULE_HEADER,
966966
"hashids",
967-
hashids_methods,
967+
NULL,
968968
PHP_MINIT(hashids),
969969
PHP_MSHUTDOWN(hashids),
970970
NULL,

0 commit comments

Comments
 (0)