]> Raphaƫl G. Git Repositories - blog/blob - worldwritabledisabled.patch
Update doctrine inflector, orm and sql formater bundles
[blog] / worldwritabledisabled.patch
1 diff -urNp vendor/symfony/runtime/GenericRuntime.php.orig vendor/symfony/runtime/GenericRuntime.php
2 --- vendor/symfony/runtime/GenericRuntime.php.orig 2023-01-13 04:02:34.828549046 +0100
3 +++ vendor/symfony/runtime/GenericRuntime.php 2023-01-13 04:02:39.328567501 +0100
4 @@ -69,7 +69,7 @@ class GenericRuntime implements RuntimeI
5 }
6
7 if ($debug) {
8 - umask(0000);
9 + umask(0022);
10 $_SERVER[$debugKey] = $_ENV[$debugKey] = '1';
11
12 if (false !== $errorHandler = ($options['error_handler'] ?? BasicErrorHandler::class)) {