From: Michael Wallner Date: Tue, 29 Sep 2015 15:22:52 +0000 (+0200) Subject: fix 5.4 build X-Git-Tag: release-1.0.2RC1~9 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=a675e6fcb7ac533f9035dfe349633dcc2b2cce4f;p=m6w6%2Fext-propro fix 5.4 build --- 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