]> 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 8f0d7600748505ec6759fe88091d41bd83c1f4d2..2f814089ba66be8033bf2399ce82ddf8d51f4725 100644 (file)
@@ -1729,6 +1729,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 */