From 94123c919e4d4e8a40f360c3df302aeb6a2f2fe3 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 16 Jan 2007 22:18:39 +0000 Subject: [PATCH] Update PHP API version. # Wonder why it hasn't been done already. --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php.h b/main/php.h index 4b26c55f2e..f93a74e9e9 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include #endif -#define PHP_API_VERSION 20050809 +#define PHP_API_VERSION 20070116 #define PHP_HAVE_STREAMS #define YYDEBUG 0 -- 2.50.1