]> granicus.if.org Git - php/commit
Fix Bug #63171 Script hangs after max_execution_time
authorRemi Collet <remi@php.net>
Thu, 17 Mar 2016 12:38:45 +0000 (13:38 +0100)
committerRemi Collet <remi@php.net>
Thu, 17 Mar 2016 12:38:45 +0000 (13:38 +0100)
commit407ad28ae5bbdf1c9e4c3ae8fa40a3ec6aeaf34e
tree73205088de26da99373f8006214e4d0879eea785
parent6d4aec029a06140eac8f57e8b3daa06aee43e145
Fix Bug #63171  Script hangs after max_execution_time

If aborted via timer expiration, don't try to call any unixODBC function
which may hangs because of internal locks
ext/odbc/php_odbc.c