mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)
This commit is contained in:
parent
9269f58477
commit
c095e20ca8
6 changed files with 95 additions and 217 deletions
|
@ -27,7 +27,7 @@
|
|||
/* The first number is the engine version and the rest is the date.
|
||||
* This way engine 2 API no. is always greater than engine 1 API no..
|
||||
*/
|
||||
#define ZEND_EXTENSION_API_NO 220050617
|
||||
#define ZEND_EXTENSION_API_NO 220050920
|
||||
|
||||
typedef struct _zend_extension_version_info {
|
||||
int zend_extension_api_no;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue