On Mar 4, 2026, at 4:22 PM, Tim Düsterhus <[email protected]> wrote: > > 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
An oopsie indeed with a copy-paste error.
