]> granicus.if.org Git - php/commitdiff
Fixed compilation error
authorDmitry Stogov <dmitry@zend.com>
Mon, 12 Dec 2016 08:19:04 +0000 (11:19 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 12 Dec 2016 08:19:04 +0000 (11:19 +0300)
Zend/zend_exceptions.h

index 71dcc8d1729fe0d41f00766d5f1c856d263bb499..e88b5e1db7cc98672927268ce14d42728bc79ad7 100644 (file)
@@ -72,6 +72,8 @@ ZEND_API ZEND_COLD void zend_exception_error(zend_object *exception, int severit
 size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 3, 4);
 zend_string *zend_strpprintf(size_t max_len, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
 
+#include "zend_globals.h"
+
 static zend_always_inline void zend_rethrow_exception(zend_execute_data *execute_data)
 {
        if (EX(opline)->opcode != ZEND_HANDLE_EXCEPTION) {