mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
woops
This commit is contained in:
parent
0c94f8a893
commit
f88ff6c661
1 changed files with 4 additions and 2 deletions
4
phpdbg.c
4
phpdbg.c
|
@ -894,7 +894,9 @@ phpdbg_main:
|
|||
#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