cakephp2-php8/lib/Cake/Utility
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
..
CakeNumber.php Update doc blocks for CakeNumber. 2012-04-08 12:35:44 -04:00
CakeTime.php Fix docblock 2012-04-22 02:22:48 +05:30
ClassRegistry.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Debugger.php Switch usage to Hash where possible. 2012-03-26 22:32:53 -04:00
File.php File::create() does not need to change umask 2012-04-24 23:17:28 +07:00
Folder.php Add test/doc for reverse Folder::inPath() 2012-03-27 11:55:13 -07:00
Hash.php Merge remote-tracking branch 'ceeram/2.2-hash' into 2.2-hash 2012-04-07 14:28:40 -04:00
Inflector.php Fix singularization of databases. 2012-04-23 21:01:03 -04:00
ObjectCollection.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Sanitize.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Security.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Set.php Fix coding standards warnings. 2012-04-10 22:16:14 -04:00
String.php Merge branch '2.1' into 2.2 2012-03-25 21:18:58 -04:30
Validation.php Make Validation::decimal accept integers 2012-04-17 20:22:22 -04:00
Xml.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00