no need to do TSRMLS_FETCH() twice

This commit is contained in:
Antony Dovgal 2006-06-01 14:06:23 +00:00
parent 112f263591
commit fbeb246a3a

View File

@ -153,8 +153,6 @@ PHPAPI int php_checkuid_ex(const char *filename, char *fopen_mode, int mode, int
} else if (PG(safe_mode_gid) && dgid == php_getgid()) {
return 1;
} else {
TSRMLS_FETCH();
if (SG(rfc1867_uploaded_files)) {
if (zend_hash_exists(SG(rfc1867_uploaded_files), (char *) filename, strlen(filename)+1)) {
return 1;