cakephp2-php8/lib/Cake/Network
mark_story 2f57a7fb18 Use simpler and faster code.
substr_compare() is up to 2x slower than just substr(). Use a faster,
more common, and simpler to read variant of the same thing.
2013-07-01 23:06:56 -04:00
..
Email also move protected variable resetting into the correct scope 2013-06-29 16:23:55 +02:00
Http Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CakeRequest.php Use simpler and faster code. 2013-07-01 23:06:56 -04:00
CakeResponse.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CakeSocket.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00