summaryrefslogtreecommitdiff
path: root/internal_functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'internal_functions.c')
-rw-r--r--internal_functions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal_functions.c b/internal_functions.c
index 8dedf3d092..dd2cd0925c 100644
--- a/internal_functions.c
+++ b/internal_functions.c
@@ -72,6 +72,7 @@
#include "ext/sysvsem/php3_sysvsem.h"
#include "ext/sysvshm/php3_sysvshm.h"
#include "ext/dav/php3_dav.h"
+#include "ext/mcrypt/php_mcrypt.h"
unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE };
unsigned char first_arg_allow_ref[] = { 1, BYREF_ALLOW };
@@ -86,6 +87,7 @@ zend_module_entry *php3_builtin_modules[] =
php3_filestat_module_ptr,
php3_file_module_ptr,
php3_header_module_ptr,
+ mcrypt_module_ptr,
mail_module_ptr,
syslog_module_ptr,
mysql_module_ptr,