From: Wez Furlong Date: Sun, 26 Dec 2004 04:46:09 +0000 (+0000) Subject: bump PHP API number. X-Git-Tag: RELEASE_0_2~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63ee853b749f525f11eb20cd6bd99ad82f0b55a3;p=php 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. --- 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