Skip to content

Commit 89a73df

Browse files
committed
Fix Windows build (I think)
1 parent f42519f commit 89a73df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/safe_mode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ PHPAPI int php_checkuid(const char *filename, char *fopen_mode, int mode)
4949
int ret;
5050
long uid=0L, gid=0L, duid=0L, dgid=0L;
5151
char *s;
52+
PLS_FETCH();
5253

5354
if (!filename) {
5455
return 0; /* path must be provided */

0 commit comments

Comments
 (0)