[Typo3-dev] Patch to make the EM work with suphp

Oliver Klee typo3-german-01 at oliverklee.de
Sat Dec 17 12:57:25 CET 2005


Hi,

the default permissions for new files and directories in Typo3 are 0775,
as set in t3lib/config_default.php.

I'd like to have this changes for three reasons:

1. Only one user (the user executing the PHP script, which usually is
either the Apache user or the owner if suphp is used) needs write
permissions to files.
2. Giving a group write permissions by default is unsafe.
3. Typo3 doesn't work with suphp with these permissions (suphp allows
only the owner to have write permissions for PHP files for safety reasons).

So I'd entered a bug report and attached a patch. I'd be grateful for
the following things:

1. Please move the bug from "tx_kickstarter" to "Typo3 Core" as I had
entered it in the wrong component due to Mantis' usability from hell.

2. Have a look at that patch and check it in.

Thanks in advance,


Oliver




More information about the TYPO3-dev mailing list