PHP execution timing out after update

Posted by Danten on Server Fault See other posts from Server Fault or by Danten
Published on 2010-04-10T17:59:09Z Indexed on 2010/04/10 18:03 UTC
Read the original article Hit count: 392

Filed under:
|
|
|
|

Originally posted on stackoverflow, but I think it'd be more appropriate here.

Needed Finfo but deleted msi package, so uninstalled php 5.3.0, downloaded 5.3.2 and installed. Now all my sites have spurious errors and execution time outs. Originally updated with VC9 build but then realised error and updated with VC6 (with same problem).

Example error:

Warning: PDO::__construct() [pdo.--construct]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in ...Core.php on line 60

© Server Fault or respective owner

PHP execution timing out after update

Posted by Danten on Stack Overflow See other posts from Stack Overflow or by Danten
Published on 2010-04-10T17:31:20Z Indexed on 2010/04/10 17:33 UTC
Read the original article Hit count: 392

Filed under:
|
|

Needed Finfo but deleted msi package, so uninstalled php 5.3.0, downloaded 5.3.2 and installed. Now all my sites have max execution time error's when they hit my custom error handlers. No problems until I updated - has anyone ran into this before?

© Stack Overflow or respective owner

Related posts about apache

Related posts about php