Browse Source

Fix c++ builds

PHP-5.0
Marcus Boerger 23 years ago
parent
commit
63a490cd90
  1. 2
      Zend/zend_exceptions.h

2
Zend/zend_exceptions.h

@ -40,7 +40,7 @@ ZEND_API void zend_throw_exception_ex(zend_class_entry *exception_ce, long code
ZEND_API void zend_throw_exception_object(zval *exception TSRMLS_DC);
ZEND_API void zend_clear_exception(TSRMLS_D);
ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
extern ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
/* show an exception using zend_error(E_ERROR,...) */
ZEND_API void zend_exception_error(zval *exception TSRMLS_DC);

Loading…
Cancel
Save