projects
/
m6w6
/
ext-raphf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
b6e849c
)
fix 5.4 build
author
Michael Wallner
<mike@php.net>
Fri, 29 May 2015 10:32:07 +0000
(12:32 +0200)
committer
Michael Wallner
<mike@php.net>
Fri, 29 May 2015 10:32:07 +0000
(12:32 +0200)
php_raphf.c
patch
|
blob
|
history
diff --git
a/php_raphf.c
b/php_raphf.c
index 290ffd5cce5f06a1e8b1454f7139f51ceb491fbb..43cfa79b3d8edbcff3ed2a6f81266ebb2e8e9745 100644
(file)
--- a/
php_raphf.c
+++ b/
php_raphf.c
@@
-38,6
+38,8
@@
ZEND_END_MODULE_GLOBALS(raphf)
ZEND_DECLARE_MODULE_GLOBALS(raphf)
#if PHP_VERSION_ID < 50500
+#undef SUCCESS
+#undef FAILURE
typedef enum {
SUCCESS = 0,
FAILURE = -1