projects
/
m6w6
/
ext-propro
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
24fb107
)
fix 5.4 build
author
Michael Wallner
<mike@php.net>
Tue, 29 Sep 2015 15:22:52 +0000
(17:22 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 29 Sep 2015 15:22:52 +0000
(17:22 +0200)
php_propro.c
patch
|
blob
|
history
diff --git
a/php_propro.c
b/php_propro.c
index 0599b9a1f166c65dd0813f1945faf91e508cd21f..d7232b36b3a4b2025360667ee07f597ac8a9abe9 100644
(file)
--- a/
php_propro.c
+++ b/
php_propro.c
@@
-18,9
+18,11
@@
#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