mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
Fix Windows build (I think)
This commit is contained in:
@@ -49,6 +49,7 @@ PHPAPI int php_checkuid(const char *filename, char *fopen_mode, int mode)
|
||||
int ret;
|
||||
long uid=0L, gid=0L, duid=0L, dgid=0L;
|
||||
char *s;
|
||||
PLS_FETCH();
|
||||
|
||||
if (!filename) {
|
||||
return 0; /* path must be provided */
|
||||
|
||||
Reference in New Issue
Block a user