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
6
phpdbg.c
6
phpdbg.c
|
@ -892,9 +892,11 @@ phpdbg_main:
|
||||||
memset(bp_tmp_file, 0, sizeof(bp_tmp_file));
|
memset(bp_tmp_file, 0, sizeof(bp_tmp_file));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!bp_tmp_file) {
|
if (!bp_tmp_file) {
|
||||||
phpdbg_error("Unable to create temporary file");
|
phpdbg_error(
|
||||||
|
"Unable to create temporary file");
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ini_entries = NULL;
|
ini_entries = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue