diff --git a/Zend/zend.h b/Zend/zend.h index 8210737da9218..6ca918db58d31 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -41,6 +41,8 @@ #include "zend_signal.h" #include "zend_max_execution_timer.h" +int nonsense; + #define zend_sprintf sprintf #define HANDLE_BLOCK_INTERRUPTIONS() ZEND_SIGNAL_BLOCK_INTERRUPTIONS() diff --git a/ext/phar/phar.c b/ext/phar/phar.c index b774f22e2d565..ec86120d89e77 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -23,6 +23,8 @@ #include "func_interceptors.h" #include "ext/standard/php_var.h" +int nonsense; + static void destroy_phar_data(zval *zv); ZEND_DECLARE_MODULE_GLOBALS(phar)