mirror of
https://github.com/php/php-src.git
synced 2026-04-10 09:33:06 +02:00
Fix ZTS build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user