]> granicus.if.org Git - php/commit
Fix EH_THROW replacement in PDO constructor
authorNikita Popov <nikic@php.net>
Mon, 6 Apr 2015 10:15:04 +0000 (12:15 +0200)
committerNikita Popov <nikic@php.net>
Mon, 6 Apr 2015 10:15:04 +0000 (12:15 +0200)
commitcaf9219dea58dcc6ef6da2b3b86a1e9808363bff
tree7c3a569ef2fc37828fb12acd8368a0d496f84eb7
parent122d759618a42bff105971b923fbbb5be02e34b9
Fix EH_THROW replacement in PDO constructor

Needs to happen for the "goto options" case as well, otherwise
will try to restore error handling that was never replaced.
ext/pdo/pdo_dbh.c