Welcome Guest, Not a member yet? Register   Sign In
CI 2.0.2 - Last two lines in "./system/libraries/Cache/drivers/Cache_dummy.php"
#1

[eluser]Unknown[/eluser]
Look at the last two lines (comment). They should be
Code:
/* End of file Cache_dummy.php */
/* Location: ./system/libraries/Cache/drivers/Cache_dummy.php */

but they are
Code:
/* End of file Cache_apc.php */
/* Location: ./system/libraries/Cache/drivers/Cache_apc.php */
#2

[eluser]kr1pt[/eluser]
Those are just comments
#3

[eluser]Unknown[/eluser]
Yes they are, but they had wrong content. (OK, it is not a bug in code, but "bugs" in comments should be fixed, too. "Cache_dummy.php" is NOT "Cache_apc.php". It seems to be a copy&paste;-"bug")
#4

[eluser]Eric Barnes[/eluser]
I don't think it really matters but fixed now anyway Smile
https://bitbucket.org/ellislab/codeignit...aa2697d43c
#5

[eluser]doStuff[/eluser]
Yeah, wrong comments are worse than no comments.

Good job spotting it.




Theme © iAndrew 2016 - Forum software by © MyBB