I would like to set a timeout on a query
$statement = oci_parse($conn, $query);
oci_execute($statement); // timeout if this takes over 5 minutes
this is was asked before but all the way back in 11 with no solid answer
Run a sql query with a timeout in PHP or How in PHP, to stop a sql query once already begun?
I found this request too from last year https://bugs.php.net/bug.php?id=73038