From:             tser at deltacontrols dot com
Operating system: Vista 64
PHP version:      5.2.9RC2
PHP Bug Type:     CGI related
Bug description:  PHP_MSHUTDOWN_FUNCTION not being called under FastCGI

Description:
------------
Using FastCGI with IIS, the PHP_MSHUTDOWN_FUNCTION of any extensions are
not being called when the php_cgi.exe process is recycled.

PHP_MINIT_FUNCTION(xxx)
{
        REGISTER_INI_ENTRIES();
}

PHP_MSHUTDOWN_FUNCTION(xxx)
{
        UNREGISTER_INI_ENTRIES();

        return SUCCESS;
}

It happens on our custom extension and any standard extension.
It could be easily duplicatable even by putting a break point on 
PHP_MSHUTDOWN_FUNCTION in php_date.c

Reproduce code:
---------------
<?phpinfo();?>

Expected result:
----------------
PHP_MSHUTDOWN_FUNCTION being called.

Actual result:
--------------
PHP_MSHUTDOWN_FUNCTION not being called.

-- 
Edit bug report at http://bugs.php.net/?id=47412&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47412&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47412&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47412&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47412&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47412&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47412&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47412&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47412&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47412&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47412&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47412&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47412&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47412&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47412&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47412&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47412&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47412&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47412&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47412&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47412&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47412&r=mysqlcfg

Reply via email to