]> granicus.if.org Git - php/commitdiff
add missing dl() function to FPM SAPI
authorAntony Dovgal <tony2001@php.net>
Fri, 14 Jan 2011 13:53:59 +0000 (13:53 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 14 Jan 2011 13:53:59 +0000 (13:53 +0000)
sapi/fpm/fpm/fpm_main.c

index 64d9870136be6d5669e3f253923707cbc4c4183e..1d044c34892442970edf3e06a0e05034aa6e938e 100644 (file)
@@ -1728,6 +1728,7 @@ int main(int argc, char *argv[])
        SG(request_info).path_translated = NULL;
 #endif
 
+       cgi_sapi_module.additional_functions = additional_functions;
        cgi_sapi_module.executable_location = argv[0];
 
        /* startup after we get the above ini override se we get things right */