diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index c2e7bb2859c..57574da22d3 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;