diff options
author | Antony Dovgal <tony2001@php.net> | 2011-01-14 13:53:59 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2011-01-14 13:53:59 +0000 |
commit | a89c44648868f39629a9373df30c4a1ddcee8ae6 (patch) | |
tree | 091c9106361d6cf0760c9207c4329646a80eb0f0 | |
parent | 5ca5c2bf43c292b687642adb4b239d651384713e (diff) | |
download | php-git-a89c44648868f39629a9373df30c4a1ddcee8ae6.tar.gz |
add missing dl() function to FPM SAPI
-rw-r--r-- | sapi/fpm/fpm/fpm_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c index 64d9870136..1d044c3489 100644 --- a/sapi/fpm/fpm/fpm_main.c +++ b/sapi/fpm/fpm/fpm_main.c @@ -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 */ |