tony2001                                 Fri, 14 Jan 2011 13:53:59 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=307476

Log:
add missing dl() function to FPM SAPI

Changed paths:
    U   php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_main.c
    U   php/php-src/trunk/sapi/fpm/fpm/fpm_main.c

Modified: php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_main.c
===================================================================
--- php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_main.c        2011-01-14 
13:00:42 UTC (rev 307475)
+++ php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_main.c        2011-01-14 
13:53:59 UTC (rev 307476)
@@ -1729,6 +1729,7 @@
        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 */

Modified: php/php-src/trunk/sapi/fpm/fpm/fpm_main.c
===================================================================
--- php/php-src/trunk/sapi/fpm/fpm/fpm_main.c   2011-01-14 13:00:42 UTC (rev 
307475)
+++ php/php-src/trunk/sapi/fpm/fpm/fpm_main.c   2011-01-14 13:53:59 UTC (rev 
307476)
@@ -1728,6 +1728,7 @@
        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 */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to