mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
Fix UNIX build
This commit is contained in:
@@ -170,6 +170,7 @@ static FILE *php_do_open_temporary_file(char *path, const char *pfx, char **open
|
||||
char *trailing_slash;
|
||||
FILE *fp;
|
||||
char *opened_path;
|
||||
int fd;
|
||||
|
||||
if (!path) {
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user