cakephp2-php8/lib/Cake
Rachman Chavik 74830b9b93 File::create() does not need to change umask
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: f9f1c4df5
2012-04-24 23:17:28 +07:00
..
Cache Another micro-optimization, sorry 2012-04-23 23:42:57 -04:30
Config Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Configure Switch usage to Hash where possible. 2012-03-26 22:32:53 -04:00
Console Merge branch '2.1' into 2.2 2012-04-23 21:50:36 -04:00
Controller Merge branch '2.1' into 2.2 2012-04-23 21:50:36 -04:00
Core Add Configure::clear() 2012-04-14 23:32:29 -04:00
Error Merge branch '2.2-middleware' into 2.2 2012-04-22 17:17:36 -04:30
Event Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
I18n Merge branch '2.2-hash' into 2.2 2012-04-10 21:32:37 -04:00
Log Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Model Merge branch '2.1' into 2.2 2012-04-23 10:34:04 +02:00
Network Merge branch '2.1' into 2.2 2012-04-23 10:34:04 +02:00
Routing Fix coding standards errors. 2012-04-23 22:01:45 -04:00
Test File::create() does not need to change umask 2012-04-24 23:17:28 +07:00
TestSuite Disabled nested transactions for fixtures. 2012-04-24 00:34:28 -04:00
Utility File::create() does not need to change umask 2012-04-24 23:17:28 +07:00
View Fix more coding standards errors. 2012-04-23 22:27:27 -04:00
basics.php Adding file lock when use cache function. It will avoid errors when view cache is created by 2 threads concurrently. 2012-04-21 21:01:58 -04:00
bootstrap.php Move where set is loaded. 2012-04-10 21:25:04 -04:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
VERSION.txt Update version number to 2.1.1 2012-03-25 21:00:26 -04:30