Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Output Class bug - Last-modified header
Post: Output Class bug - Last-modified header

There appears to be a bug in core/Output.php in CI 3.0. On like 677 of Output.php, there is this line: $last_modified = filemtime($cache_path); The $last_modified value is used to set the Last-...
5,442 Views
3 Replies
04-22-2015, 03:55 PM
khoggatt
    Thread: session.use_trans_sid
Post: session.use_trans_sid

There appears to be a typo in in the Session library on 3.0RC2. On line 318 of system/Session/Session.php, it reads: ini_set('session.use_trans_id', 0); The correct property is "use_trans_sid" ...
4,237 Views
0 Replies
02-12-2015, 02:11 PM
khoggatt
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

I just now realized that mysqli persistent connections were added as a new feature in 3.0, and previously the pconnect config settings was just ignored. So I thought I've been using persistent connec...
50,692 Views
0 Replies
02-12-2015, 09:51 AM
khoggatt
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

There definitely seems to be some sort of issue with the mysqli driver on v3. I've been using 1.x and 2.x for years on the same server and development environment. This morning, I upgraded to 3.0 RC2...
50,692 Views
0 Replies
02-11-2015, 10:21 PM
khoggatt

Theme © iAndrew 2016 - Forum software by © MyBB