cakephp2-php8/lib/Cake/Controller
mark_story 3aa189eb3a Fix cookie expiry time calculation on 32bit systems.
strtotime() misbehaves on 32bit systems when the resulting timestamp
would overflow an integer. Use a DateTime to workaround this issue.

Fixes #3868
2013-06-03 20:16:18 -04:00
..
Component Fix cookie expiry time calculation on 32bit systems. 2013-06-03 20:16:18 -04:00
CakeErrorController.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Component.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ComponentCollection.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Controller.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Scaffold.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00