From:             peaceable_whale at hotmail dot com
Operating system: Windows XP SP3
PHP version:      5.3.0alpha3
PHP Bug Type:     MySQLi related
Bug description:  FastCGI Error is returned when connecting to a MySQL server 
with PHP 5.3 Alpha3

Description:
------------
Server: IIS 5.1 with the official FastCGI plugin installed

When connecting to a MySQL server with PHP 5.3 Alpha 3, the following
error is returned:

FastCGI Error
The FastCGI Handler was unable to process the request.

Error Details:

    * The FastCGI process exceeded configured activity timeout
    * Error Number: 258 (0x80070102).
    * Error Description: The wait operation timed out.

HTTP Error 500 - Server Error.
Internet Information Services (IIS)

PHP 5.2.7 on the same system does not have the problem.

Reproduce code:
---------------
Install phpMyAdmin and use it to login to a MySQL server, client API is
not a concern because both MySQL and MySQLi yield the same error.

Expected result:
----------------
View the database successfully

Actual result:
--------------
Error returned

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

Reply via email to