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 | |||
| 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. |