Browse Source

woops

broken-5.6-20140206
krakjoe 12 years ago
parent
commit
6a6bec44ad
  1. 6
      sapi/phpdbg/phpdbg.c

6
sapi/phpdbg/phpdbg.c

@ -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…
Cancel
Save