summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.h
diff options
context:
space:
mode:
authorAaron Piotrowski <aaron@trowski.com>2015-05-17 11:15:32 -0500
committerAaron Piotrowski <aaron@trowski.com>2015-05-17 11:52:41 -0500
commit26b35cab46d20937724fe97682d630603ef799d3 (patch)
tree981b12434b210d5af67ecc18a29e2892fbf302c9 /Zend/zend_exceptions.h
parent434a46612e05c079da1116960cf2a2d28f4d8256 (diff)
downloadphp-git-26b35cab46d20937724fe97682d630603ef799d3.tar.gz
Make zend_get_exception_base static.
Soap extension can use other API functions.
Diffstat (limited to 'Zend/zend_exceptions.h')
-rw-r--r--Zend/zend_exceptions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_exceptions.h b/Zend/zend_exceptions.h
index bae4c35a78..6f7ceed78e 100644
--- a/Zend/zend_exceptions.h
+++ b/Zend/zend_exceptions.h
@@ -34,8 +34,6 @@ ZEND_API void zend_throw_exception_internal(zval *exception);
void zend_register_default_exception(void);
-ZEND_API zend_class_entry *zend_get_exception_base(zval *object);
-
ZEND_API zend_class_entry *zend_exception_get_default(void);
ZEND_API zend_class_entry *zend_get_error_exception(void);
ZEND_API zend_class_entry *zend_get_error(void);