diff options
author | Wez Furlong <wez@php.net> | 2004-12-26 04:46:09 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-12-26 04:46:09 +0000 |
commit | 63ee853b749f525f11eb20cd6bd99ad82f0b55a3 (patch) | |
tree | 7a203b2605c3b52ccca3f59d7eb449fc281ea04d /main/php.h | |
parent | ea22bf606367381fcdabae26d9da60d2fd3b1197 (diff) | |
download | php-git-63ee853b749f525f11eb20cd6bd99ad82f0b55a3.tar.gz |
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.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <dmalloc.h> #endif -#define PHP_API_VERSION 20031224 +#define PHP_API_VERSION 20041225 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |