View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000419 | Xdebug | Uncategorized | public | 2008-11-08 18:10 | 2020-03-12 17:16 |
Reporter | guenter | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000419: make use of P_tmpdir if defined instead of hardcoded '/tmp' | ||||
Description | I think its a good idea to make use of P_tmpdir if its defined in the OS headers - this would help on NetWare since there the default is 'sys:/tmp'. | ||||
Additional Information | --- xdebug.c.orig Wed Jul 18 19:33:52 2007 +#ifdef P_tmpdir
| ||||
Tags | No tags attached. | ||||
Operating System | all | ||||
PHP Version | 5.2.6 | ||||
|
It's only netware that has P_tmpdir; what might help is to use PHP's php_get_temporary_directory() but that is really tricky to use as default for INI settings it seems. |
|
nope - its Linux standard too - see: Anyway, you loose nothing with my patch since P_tmpdir is only used if defined. |
|
Ah ha, didn't know that. Fixed in revision 3179 and thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-11-08 18:10 | guenter | New Issue | |
2009-12-29 15:58 | derick | Note Added: 0001229 | |
2009-12-29 17:29 | guenter | Note Added: 0001232 | |
2009-12-29 17:41 | derick | Note Added: 0001233 | |
2009-12-29 17:41 | derick | Status | new => closed |
2009-12-29 17:41 | derick | Resolution | open => fixed |
2020-03-12 16:55 | derick | Severity | trivial => feature |
2020-03-12 17:16 | derick | Category | Feature/Change request => Uncategorized |