From a675e6fcb7ac533f9035dfe349633dcc2b2cce4f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 29 Sep 2015 17:22:52 +0200 Subject: [PATCH] fix 5.4 build --- php_propro.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php_propro.c b/php_propro.c index 0599b9a..d7232b3 100644 --- a/php_propro.c +++ b/php_propro.c @@ -18,9 +18,11 @@ #include #include -#include "php_propro.h" +#include "php_propro_api.h" #if PHP_VERSION_ID < 50500 +#undef SUCCESS +#undef FAILURE typedef enum { SUCCESS = 0, FAILURE = -1 -- 2.30.2