diff options
Diffstat (limited to 'ext/standard/pack.c')
-rw-r--r-- | ext/standard/pack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c index e86ff9d6e9..4754c5606d 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -51,8 +51,8 @@ #endif function_entry pack_functions[] = { - {"pack", php3_pack, NULL}, - {"unpack", php3_unpack, NULL}, + PHP_FE(pack, NULL) + PHP_FE(unpack, NULL) {NULL, NULL, NULL} }; |