Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)

This commit is contained in:
Dmitry Stogov 2005-10-20 07:23:26 +00:00
parent 9269f58477
commit c095e20ca8
6 changed files with 95 additions and 217 deletions

View file

@ -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;