summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_int.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-08-11 17:24:03 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-08-11 17:40:39 +0200
commit898bb97706326311a367aaef35b3f95510100f3c (patch)
tree78c0fdf15ea14e0b13e7ad7612a2683c5ac3cdba /ext/pdo/php_pdo_int.h
parent33028bf014270f94c9407725d9117fa9a5ecec02 (diff)
downloadphp-git-898bb97706326311a367aaef35b3f95510100f3c.tar.gz
Drop php_pdo_get_exception_base() function
This API is more confusing than helpful.
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
-rw-r--r--ext/pdo/php_pdo_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h
index 87eb79256e..7fe3bfc850 100644
--- a/ext/pdo/php_pdo_int.h
+++ b/ext/pdo/php_pdo_int.h
@@ -23,7 +23,6 @@
extern HashTable pdo_driver_hash;
extern zend_class_entry *pdo_exception_ce;
-PDO_API zend_class_entry *php_pdo_get_exception_base(int root);
int php_pdo_list_entry(void);
void pdo_dbh_init(void);