View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001576 | Xdebug | Usage problems (Wrong Results) | 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 | ||
Platform | OS | Mac OS | OS Version | ||
Product Version | 2.6.0 | ||||
Target Version | Fixed in Version | ||||
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. create a folder using mkdir('somepath/file', 0775, TRUE) Permissions will be: d---r-x--- 2 user wheel 64 Sep 14 10:18 somepath While they should be: drwxr-xr-x 3 user wheel 96 Sep 14 10:30 somepath | ||||
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/ drwxr-xr-x 2 derick derick 4096 Oct 1 19:15 /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, Derick |
|
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 |