mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
74830b9b93
umask(0) causes all files to be created with 666 permission.
After input from jrbasso and AD7six, this was found to be an
additional code to support caching using file engine.
FileEngine has since moved to SplFile since 2.x and thus umask
juggling is not required anymore.
Refs:
|
||
---|---|---|
.. | ||
CakeNumberTest.php | ||
CakeTimeTest.php | ||
ClassRegistryTest.php | ||
DebuggerTest.php | ||
FileTest.php | ||
FolderTest.php | ||
HashTest.php | ||
InflectorTest.php | ||
ObjectCollectionTest.php | ||
SanitizeTest.php | ||
SecurityTest.php | ||
SetTest.php | ||
StringTest.php | ||
ValidationTest.php | ||
XmlTest.php |