cakephp2-php8/cake
phpnut 5dffcb6270 Merging fixes and enhancements into trunk
Revision: [1864]
Adding fix to DataSource::__cacheDescription().
The call to cache() was always passing $data as a serialized value, 
this would result in a failure in the cache function check $data == null 
since $data was not null but had a value of "N;".

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1865 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-01-27 03:24:40 +00:00
..
config Merging fixes and enhancements into trunk 2006-01-20 07:46:14 +00:00
docs Merging fixes and enhancements into trunk 2006-01-20 07:46:14 +00:00
libs Merging fixes and enhancements into trunk 2006-01-27 03:24:40 +00:00
scripts Merging fixes and enhancements into trunk 2006-01-20 09:37:15 +00:00
app_controller.php Merging fixes and enhancements into trunk 2006-01-20 07:46:14 +00:00
app_model.php Merging fixes and enhancements into trunk 2006-01-20 07:46:14 +00:00
basics.php Merging fixes and enhancements into trunk 2006-01-25 22:40:17 +00:00
bootstrap.php Merging fixes and enhancements into trunk 2006-01-20 07:46:14 +00:00
dispatcher.php Merging fixes and enhancements into trunk 2006-01-20 07:46:14 +00:00