1
0
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:
Sascha Schumann
2001-03-24 01:08:13 +00:00
parent 1a842c4ae6
commit fa068b5297

View File

@@ -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;