summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-10-12 20:17:22 +0200
committerAnatol Belski <ab@php.net>2015-10-12 20:17:22 +0200
commitdcbbf7c38d45fd06752b7298ed765733ca2f8d41 (patch)
tree587c58c0687083db89f88331b1af01fef47c15ca /main/php.h
parent5492fe9f250f4c40e62bd590c7df2846445e3213 (diff)
downloadphp-git-dcbbf7c38d45fd06752b7298ed765733ca2f8d41.tar.gz
increase API versions
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 2a461377f4..90a230705a 100644
--- a/main/php.h
+++ b/main/php.h
@@ -26,7 +26,7 @@
#include <dmalloc.h>
#endif
-#define PHP_API_VERSION 20131218
+#define PHP_API_VERSION 20151012
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
#define PHP_DEFAULT_CHARSET "UTF-8"