Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Allow more environments
Post: RE: Allow more environments

Martin7483 Wrote: (08-02-2017, 09:12 AM) -- You have described 3 environments if I am not mistaken. So why can't you do this? Development office                 => CI_ENV = "development" Developme...
7,550 Views
5 Replies
08-02-2017, 10:02 AM
katz
    Thread: Allow more environments
Post: Allow more environments

Currently if you set CI_ENV to anything other than "development", "testing" or "production" you get a 503 error. Our project has two testing environments. One at our development office, one on the pr...
7,550 Views
5 Replies
08-02-2017, 06:59 AM
katz
    Thread: CodeIgniter 3.1 and the minimal required PHP version
Post: RE: CodeIgniter 3.1 and the minimal required PHP v...

Narf Wrote: (01-06-2016, 12:09 PM) -- We've already "discussed" this internally and 5.2 will be dropped. Whether we go to 5.3 or 5.4 depends on what we really need as features, but I personally do...
11,437 Views
6 Replies
01-25-2016, 08:11 AM
katz
    Thread: What is the reason to deny persistent connections?
Post: What is the reason to deny persistent connections?

I did a bit of searching on the matter, but all I could find was that it's just not allowed for some reason, when it worked just fine in 2.2. I'm interested in finding-out what the technical reason...
1,934 Views
0 Replies
06-05-2015, 01:50 AM
katz
    Thread: mysqli $this->db->insert_id constantly returns 0
Post: RE: mysqli $this->db->insert_id constantly returns...

MySQLi resets the insert id upon committing the transaction (intended behaviour). When it's without a transaction, I think that behaviour differed between PHP versions, due to a bug. Try wrapping it i...
15,090 Views
6 Replies
06-05-2015, 01:20 AM
katz

Theme © iAndrew 2016 - Forum software by © MyBB