summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-05-10 14:04:18 +0000
committerAntony Dovgal <tony2001@php.net>2006-05-10 14:04:18 +0000
commit8a03fc5ef3dcd4ae10a9a223c031d872848dff2b (patch)
tree46de37c570789bd5b98b30163272932fa4cca32a /Zend/zend.c
parent0f93228cb7b29e38d89b1574c5bf44b3d1005387 (diff)
downloadphp-git-8a03fc5ef3dcd4ae10a9a223c031d872848dff2b.tar.gz
add missing parts of E_RECOVERABLE merge
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index 66628e182b..669a9becf8 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -923,6 +923,7 @@ ZEND_API void zend_error(int type, const char *format, ...)
case E_USER_ERROR:
case E_USER_WARNING:
case E_USER_NOTICE:
+ case E_RECOVERABLE_ERROR:
if (zend_is_compiling(TSRMLS_C)) {
error_filename = zend_get_compiled_filename(TSRMLS_C);
error_lineno = zend_get_compiled_lineno(TSRMLS_C);