summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r--ext/standard/crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c
index 48619c5a67..11383cc243 100644
--- a/ext/standard/crypt.c
+++ b/ext/standard/crypt.c
@@ -53,7 +53,7 @@ function_entry crypt_functions[] = {
{NULL, NULL, NULL}
};
-php3_module_entry crypt_module_entry = {
+zend_module_entry crypt_module_entry = {
"Crypt", crypt_functions, PHP_MINIT(crypt), NULL, NULL, NULL, NULL, STANDARD_MODULE_PROPERTIES
};