1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

- Yet another fix...

This commit is contained in:
Andi Gutmans
2000-07-06 23:00:46 +00:00
parent db8734c82f
commit 58d1e0a2cc
2 changed files with 2 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ static inline zval *_get_object_zval_ptr(znode *node, temp_variable *Ts, int *sh
if (Ts[node->u.var].var.ptr_ptr) {
PZVAL_UNLOCK(*Ts[node->u.var].var.ptr_ptr);
*should_free = 0;
SEPARATE_ZVAL_IF_NOT_REF(Ts[node->u.var].var.ptr_ptr);
return *Ts[node->u.var].var.ptr_ptr;
} else {
if (Ts[node->u.var].EA.type==IS_STRING_OFFSET) {

View File

@@ -23,7 +23,7 @@
#include "zend_compile.h"
#define ZEND_EXTENSION_API_NO 20000622
#define ZEND_EXTENSION_API_NO 20000707
typedef struct _zend_extension_version_info {
int zend_extension_api_no;