cakephp2-php8/lib/Cake/Utility
Yves 90ad813b40 Fix Hash not returning correct value with special paths
When doing a Hash::insert() with a part of the path starting with a '0', Hash::get() returned null even if the same path was used.
2014-09-10 22:47:25 +02:00
..
CakeNumber.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeTime.php Take care of more int casts. 2014-09-10 16:29:23 +02:00
ClassRegistry.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Debugger.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
File.php a / an typo fixes fot API 2014-07-30 22:11:03 +02:00
Folder.php Wording. 2014-09-10 17:57:26 +02:00
Hash.php Fix Hash not returning correct value with special paths 2014-09-10 22:47:25 +02:00
Inflector.php Make words ending in data uninflected. 2014-08-30 20:27:37 -04:00
ObjectCollection.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
Sanitize.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
Security.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
Set.php Use (int) cast instead of intval() function for performance reasons and to unify it. 2014-09-10 15:52:57 +02:00
String.php CS fixes. 2014-08-04 13:53:52 +02:00
Validation.php Make year range validation less strict by default. 2014-07-26 04:06:26 +02:00
Xml.php a / an typo fixes fot API 2014-07-30 22:11:03 +02:00