fix 5.4 build
authorMichael Wallner <mike@php.net>
Tue, 29 Sep 2015 15:22:52 +0000 (17:22 +0200)
committerMichael Wallner <mike@php.net>
Tue, 29 Sep 2015 15:22:52 +0000 (17:22 +0200)
php_propro.c

index 0599b9a1f166c65dd0813f1945faf91e508cd21f..d7232b36b3a4b2025360667ee07f597ac8a9abe9 100644 (file)
 #include <php.h>
 #include <ext/standard/info.h>
 
-#include "php_propro.h"
+#include "php_propro_api.h"
 
 #if PHP_VERSION_ID < 50500
+#undef SUCCESS
+#undef FAILURE
 typedef enum {
        SUCCESS = 0,
        FAILURE = -1