diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-12-18 16:44:20 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-12-18 16:44:20 +0100 |
commit | b11b3d201f083a335ae89f3fa0fdf942e5baea4a (patch) | |
tree | 7b77d9eaaa2b6a3797acebad7676fbad68a36b88 /main/php.h | |
parent | 26096aa73f4839878b1cb02161e80148c1b1e7a4 (diff) | |
download | php-git-b11b3d201f083a335ae89f3fa0fdf942e5baea4a.tar.gz |
Fixed ZTS build. Needed to bump API version number.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
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 |