|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2009-04-29 06:27 UTC] dams@php.net
  [2009-04-29 06:28 UTC] dams at nexen dot net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 15:00:01 2025 UTC | 
Description: ------------ This problem block all PHP script response if trying to connect a 4D SQL Server which is stopped or called from a wrong address, even in a try catch block. Reproduce code: --------------- $dbh = new PDO('4D:host=127.0.0.2', 'test', 'test'); Expected result: ---------------- it should be stop after timedout and provide an error with an SQLSTATE like : 08S01 Communication link failure Actual result: -------------- infinite wait