From 448b1b873537bed4b616c284ba75ce9392f838a9 Mon Sep 17 00:00:00 2001 From: Toon Schoenmakers Date: Thu, 17 Sep 2015 10:47:53 +0200 Subject: Added support for passing the error types in the set_error_handler --- zend/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zend/includes.h') diff --git a/zend/includes.h b/zend/includes.h index aed5ed0..4d35cfd 100644 --- a/zend/includes.h +++ b/zend/includes.h @@ -57,6 +57,7 @@ #include "../include/fatalerror.h" #include "../include/streams.h" #include "../include/type.h" +#include "../include/errors.h" #include "../include/hashparent.h" #include "../include/value.h" #include "../include/valueiterator.h" -- cgit v1.2.3