summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h
index 1dfd8a17a5..835a93f111 100644
--- a/main/php.h
+++ b/main/php.h
@@ -41,12 +41,15 @@
#include "php_version.h"
#include "zend.h"
+
+/* automake defines PACKAGE and VERSION for Zend too */
#ifdef PACKAGE
# undef PACKAGE
#endif
#ifdef VERSION
# undef VERSION
#endif
+
#include "zend_API.h"