diff options
Diffstat (limited to 'ext/pdo/pdo.c')
| -rw-r--r-- | ext/pdo/pdo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/pdo.c b/ext/pdo/pdo.c index 3c8b529f3f..15265d9755 100644 --- a/ext/pdo/pdo.c +++ b/ext/pdo/pdo.c @@ -93,7 +93,7 @@ PDO_API zend_class_entry *php_pdo_get_exception_base(int root) /* {{{ */ } } #endif - return zend_exception_ce; + return zend_ce_exception; } /* }}} */ |
