Make recode extension buildable as shared module.

This commit is contained in:
Sascha Schumann 2000-05-23 23:30:38 +00:00
parent 21f77edba0
commit 27ca66b410
3 changed files with 18 additions and 15 deletions

View file

@ -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();