From: Sascha Schumann Date: Sat, 24 Mar 2001 01:08:13 +0000 (+0000) Subject: Fix ZTS build X-Git-Tag: php-4.0.6RC1~581 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa068b529727d16004bf40dddc548196977db126;p=php Fix ZTS build --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index c2e7bb2859..57574da22d 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2476,6 +2476,7 @@ PHP_FUNCTION(move_uploaded_file) zval **path, **new_path; zend_bool successful=0; SLS_FETCH(); + PLS_FETCH(); if (!SG(rfc1867_uploaded_files)) { RETURN_FALSE;