mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
woops
This commit is contained in:
parent
9e84124e2d
commit
6a6bec44ad
1 changed files with 4 additions and 2 deletions
|
@ -892,9 +892,11 @@ phpdbg_main:
|
|||
memset(bp_tmp_file, 0, sizeof(bp_tmp_file));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
if (!bp_tmp_file) {
|
||||
phpdbg_error("Unable to create temporary file");
|
||||
phpdbg_error(
|
||||
"Unable to create temporary file");
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
ini_entries = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue