This website requires JavaScript.
Explore
Help
Sign In
adulau
/
cakephp2-php8
Watch
1
Star
0
Fork
You've already forked cakephp2-php8
0
mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced
2024-11-15 03:18:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f5a8eb6bbf
cakephp2-php8
/
lib
/
Cake
/
Network
History
dogmatic69
5cc03ca805
converting if($foo == true) to if($foo)
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