cakephp2-php8/lib/Cake/Controller/Component
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
..
Acl Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Auth Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AclComponent.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AuthComponent.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CookieComponent.php Fix cookie expiry time calculation on 32bit systems. 2013-06-03 20:16:18 -04:00
EmailComponent.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
PaginatorComponent.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
RequestHandlerComponent.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
SecurityComponent.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
SessionComponent.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00