diff options
author | Sascha Schumann <sas@php.net> | 2000-05-23 23:30:38 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-23 23:30:38 +0000 |
commit | 27ca66b4109e48da2bcc263a41f840eb74d0b8cb (patch) | |
tree | bd045d520fc3edf79c2dd0824510044296d9b31c /ext/recode/recode.c | |
parent | 21f77edba0ddd4db28906fa3328c3f913c1290a1 (diff) | |
download | php-git-27ca66b4109e48da2bcc263a41f840eb74d0b8cb.tar.gz |
Make recode extension buildable as shared module.
Diffstat (limited to 'ext/recode/recode.c')
-rw-r--r-- | ext/recode/recode.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/recode/recode.c b/ext/recode/recode.c index f835830671..b57b5395e6 100644 --- a/ext/recode/recode.c +++ b/ext/recode/recode.c @@ -64,6 +64,10 @@ zend_module_entry recode_module_entry = { extern void timeout(int sig); #endif +#ifdef COMPILE_DL_RECODE +ZEND_GET_MODULE(recode) +#endif + PHP_MINIT_FUNCTION(recode) { ReSLS_FETCH(); |