From 605eb159e003dabd5b215eaff6b429390b6a3ddf Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 18 May 2003 10:22:50 +0000 Subject: Bump API version - HEAD is no longer binary compatible to 4.3 branch due to changes in globals, etc. --- 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 d68ef47e4f..f72100c285 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include #endif -#define PHP_API_VERSION 20020918 +#define PHP_API_VERSION 20030518 #define PHP_HAVE_STREAMS #define YYDEBUG 0 -- cgit v1.2.1