Commit b41e5dd
committed
Fix when open_basedir restriction is in effect
Using an empty string as `$dir` parameter will not work if an open_basedir restriction is in effect.
See first comment on the [manual page](http://php.net/manual/fr/function.tempnam.php).1 parent 683a80e commit b41e5dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
0 commit comments