From: Sam Ruby Date: Thu, 16 Mar 2000 18:24:43 +0000 (+0000) Subject: restore compilation on ZTS enabled environments (like Windows) X-Git-Tag: PHP-4.0-RC1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74169f5fc427991fc471b1768928edeb9b165757;p=php restore compilation on ZTS enabled environments (like Windows) --- diff --git a/ext/standard/var.c b/ext/standard/var.c index ddc098e59a..5b4f5ab86d 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -560,6 +560,7 @@ int php_var_unserialize(pval **rval, const char **p, const char *max) if ((*rval)->type == IS_OBJECT) { zval *retval_ptr; zval *fname; + CLS_FETCH(); MAKE_STD_ZVAL(fname); ZVAL_STRING(fname,"_wakeup_",1);