View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001576 | Xdebug | Uncategorized | public | 2018-09-14 08:58 | 2019-01-23 19:37 |
Reporter | smillernl | Assigned To | derick | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
OS | Mac OS | ||||
Product Version | 2.6.0 | ||||
Summary | 0001576: mkdir behaviour changes with xdebug enabled | ||||
Description | When using mkdir('somepath', 0775, TRUE) on macOS 10.13.6 with PHP 7.2.10 installed through homebrew the resulting folder permissions are wrong with XDebug enabled. | ||||
Steps To Reproduce | Enable XDebug. While they should be: | ||||
Tags | No tags attached. | ||||
Operating System | macOS | ||||
PHP Version | 7.2.0-7.2.4 | ||||
|
I can't reproduce this on Linux. [PHP: 7.2.11-dev] derick@singlemalt:~ $ php -r 'mkdir("/tmp/testing", 0775, TRUE);' [PHP: 7.2.11-dev] derick@singlemalt:~ $ ls -ld /tmp/testing/ What is your umask set to? |
|
Please provide the requested information, so I can try to find and fix the problem, please. cheers, |
|
I can't reproduce this, and the requested feedback was not provided. I'm closing this issue, but feel free to reopen it if you have more information. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-09-14 08:58 | smillernl | New Issue | |
2018-10-03 17:17 | derick | Note Added: 0004702 | |
2018-10-03 17:17 | derick | Assigned To | => derick |
2018-10-03 17:17 | derick | Status | new => feedback |
2018-12-02 18:56 | derick | Note Added: 0004738 | |
2019-01-23 19:37 | derick | Note Added: 0004842 | |
2019-01-23 19:37 | derick | Status | feedback => resolved |
2019-01-23 19:37 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |