summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-12-18 16:44:20 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-12-18 16:44:20 +0100
commitb11b3d201f083a335ae89f3fa0fdf942e5baea4a (patch)
tree7b77d9eaaa2b6a3797acebad7676fbad68a36b88 /main/php.h
parent26096aa73f4839878b1cb02161e80148c1b1e7a4 (diff)
downloadphp-git-b11b3d201f083a335ae89f3fa0fdf942e5baea4a.tar.gz
Fixed ZTS build. Needed to bump API version number.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index ed8a2bb08e..bfa148def3 100644
--- a/main/php.h
+++ b/main/php.h
@@ -26,7 +26,7 @@
#include <dmalloc.h>
#endif
-#define PHP_API_VERSION 20131106
+#define PHP_API_VERSION 20131218
#define PHP_HAVE_STREAMS
#define YYDEBUG 0