mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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.
This commit is contained in:
parent
ea22bf6063
commit
63ee853b74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue