Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Fix error in JDatabaseMySQLi::close #629

Merged
merged 5 commits into from Dec 13, 2011
Merged

Commits on Dec 10, 2011

  1. Going back to the original proposal which does not assume that mysqli…

    … is a resource and does not assume that the fact that $connection (which it always does) exists means there is actually anything in the object.
    elinw committed Dec 10, 2011
    Configuration menu
    Copy the full SHA
    6a79a2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985d5d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2011

  1. Configuration menu
    Copy the full SHA
    d200fbd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2011

  1. Fix the __destruct method in mysqli so that it works when the mysqli …

    …object ($this->connection) gets destructed before the JDatabaseMysqli.
    elinw committed Dec 13, 2011
    4 Configuration menu
    Copy the full SHA
    e06304e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d74a2 View commit details
    Browse the repository at this point in the history