From 63ee853b749f525f11eb20cd6bd99ad82f0b55a3 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 26 Dec 2004 04:46:09 +0000 Subject: bump PHP API number. This is so that we can work around the signature change in the get_method overloaded object handler in our portable extensions. Yes, you could argue that the zend api number needs bumping, but then you could argue which one to bump, as neither of them is specific or generic enough. Besides all that, the PHP API number really needs a good old bump anyway. --- 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 9fd6619057..9e453eedb3 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include #endif -#define PHP_API_VERSION 20031224 +#define PHP_API_VERSION 20041225 #define PHP_HAVE_STREAMS #define YYDEBUG 0 -- cgit v1.2.1