From b11b3d201f083a335ae89f3fa0fdf942e5baea4a Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Wed, 18 Dec 2013 16:44:20 +0100 Subject: Fixed ZTS build. Needed to bump API version number. --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') 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 #endif -#define PHP_API_VERSION 20131106 +#define PHP_API_VERSION 20131218 #define PHP_HAVE_STREAMS #define YYDEBUG 0 -- cgit v1.2.1