cakephp2-php8/lib/Cake
Chris Valliere 64f0ca0028 Fix Hash::maxDimensions
The current Hash::maxDimensions function calls Hash::dimensions to try
to get the maximum depth of the passed in array.  However, this ends up
only getting the depth of the first element of each 1st dimension
element in the array passed to maxDimensions.  The function needs to be
called recursively in order to get the depth of ALL of the elements in
all of the dimensions of the passed in array.

I made the maxDimensions function more closely resemble the deprecated
Set::countDim function in order to restore the correct functionality.
2015-07-20 22:07:58 -04:00
..
Cache Fix issue with memcache and domains starting with letter "u" 2015-03-19 11:42:14 +02:00
Config Updated the default Cake routes to include a defaultRoute true flag to allow differentiation 2014-05-29 00:55:51 -04:00
Configure Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Console Merge branch '2.6' into 2.7 2015-07-11 21:25:26 -04:00
Controller Update deprecated method in docblocks 2015-07-17 16:14:06 +02:00
Core Merge branch '2.6' into 2.7 2015-06-14 21:52:53 -04:00
Error Fixed PHP 5.2 compatibility 2015-01-16 16:02:44 +01:00
Event Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
I18n Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Log Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Model Merge branch '2.6' into 2.7 2015-07-11 21:25:26 -04:00
Network Don't map text/plain to csv. Backport from 3.0. Refs #1696 2015-07-07 15:19:45 -04:00
Routing Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Test Test Case for Hash::maxDimensions 2015-07-20 22:07:58 -04:00
TestSuite Merge branch '2.6' into 2.7 2015-05-28 19:34:59 -04:00
Utility Fix Hash::maxDimensions 2015-07-20 22:07:58 -04:00
View Merge branch '2.6' into 2.7 2015-07-11 21:25:26 -04:00
basics.php Added return types in PHP documenation in basics.php, since it raises warning in ie. PHPStorm, like: 2015-07-08 09:35:06 -04:00
bootstrap.php Fix file_map being regenerated on every request. 2014-11-22 12:21:28 -05:00
LICENSE.txt Bump copyright year in license 2015-01-12 15:18:04 -05:00
VERSION.txt Update version number to 2.7.0 2015-07-11 21:34:20 -04:00