cakephp2-php8/lib/Cake/Network
2012-09-14 18:54:29 +01:00
..
Email Merge branch '2.3' of https://github.com/cakephp/cakephp into feature/smtp-tls 2012-07-23 22:24:10 +01:00
Http converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
CakeRequest.php Changed to accept language do not return the qualifiers and order the values by the qualifier. Also, making the test case insensitive 2012-08-28 23:52:05 -04:00
CakeResponse.php converting $foo == null / $foo == false to !$foo 2012-09-14 18:26:30 +01:00
CakeSocket.php converting if($foo == true) to if($foo) 2012-09-14 18:54:29 +01:00