mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
Make recode extension buildable as shared module.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user