mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
Make recode extension buildable as shared module.
This commit is contained in:
parent
21f77edba0
commit
27ca66b410
3 changed files with 18 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue