summaryrefslogtreecommitdiff
path: root/ext/standard/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/pack.c')
-rw-r--r--ext/standard/pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c
index af6ad58f5d..7d5d9be654 100644
--- a/ext/standard/pack.c
+++ b/ext/standard/pack.c
@@ -56,7 +56,7 @@ function_entry pack_functions[] = {
{NULL, NULL, NULL}
};
-php3_module_entry pack_module_entry = {
+zend_module_entry pack_module_entry = {
"PHP_pack", pack_functions, PHP_MINIT(pack), NULL, NULL, NULL, NULL, STANDARD_MODULE_PROPERTIES
};