diff options
author | Sascha Schumann <sas@php.net> | 1999-04-21 17:48:11 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-04-21 17:48:11 +0000 |
commit | 2873f446f26f3f334500a5892b92b326294ee8c6 (patch) | |
tree | e37a23b7dfb30e529f71c068959ece1a4fd2ed8c /internal_functions.c | |
parent | 7aad23132703ae2ab35b9faf1bc955af8376e03e (diff) | |
download | php-git-2873f446f26f3f334500a5892b92b326294ee8c6.tar.gz |
cleanup
Diffstat (limited to 'internal_functions.c')
-rw-r--r-- | internal_functions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal_functions.c b/internal_functions.c index 215dd0341b..6048ada3f8 100644 --- a/internal_functions.c +++ b/internal_functions.c @@ -44,6 +44,7 @@ #include "ext/gd/php3_gd.h" #include "ext/dbase/dbase.h" #include "ext/odbc/php3_odbc.h" +#include "ext/gettext/php3_gettext.h" #include "functions/php3_ifx.h" #include "functions/php3_ldap.h" @@ -119,6 +120,7 @@ zend_module_entry *php3_builtin_modules[] = sysvsem_module_ptr, sysvshm_module_ptr, phpdav_module_ptr, + php3_gettext_module_ptr, }; |