Hi
Am 2026-03-04 20:24, schrieb Calvin Buckley:
What this PR will do is effectively turn this:
```
Warning: unlink('/tmp'): Operation not permitted in
/Users/calvin/src/chmod.php on line 3
Warning: chown('/', 'calvin'): Operation not permitted in
/Users/calvin/src/chmod.php on line 4
Warning: chmod('/', 511): Operation not permitted in
/Users/calvin/src/chmod.php on line 5
```
Into this:
```
Warning: unlink(/tmp): Operation not permitted in
/Users/calvin/src/chmod.php on line 3
Warning: chown(): Operation not permitted in
/Users/calvin/src/chmod.php on line 4
Warning: chmod(): Operation not permitted in
/Users/calvin/src/chmod.php on line 5
```
Did you mix up the two code blocks? I suspect the first block block is
the “New” output and the second one the “Old” output?
Best regards
Tim Düsterhus