wordpress-playground icon indicating copy to clipboard operation
wordpress-playground copied to clipboard

PHP: Revisit the default umask, consider 022

Open adamziel opened this issue 7 months ago • 1 comments

Related to this Studio issue:

https://github.com/Automattic/studio/issues/269

tl;dr the permissions of files newly created by PHP.wasm are not aligned with the default unix values. It seems like an Emscripten-level issue:

https://github.com/emscripten-core/emscripten/issues/9916 https://github.com/emscripten-core/emscripten/issues/17269

We'll need either an Emscripten PR or a Playground-level patch.

adamziel avatar Jul 03 '24 15:07 adamziel