Skip to content
  • Dan McGee's avatar
    Use non-persistant connections · 3b4662a5
    Dan McGee authored and louipc louipc's avatar louipc louipc committed
    
    
    There is really no need to use persistent connections to the database in
    this day and age. Most PHP development guides recommend against it, and the
    new mysqli interface doesn't even include the functionality.
    
    Add a matching but currently unused db_disconnect() function while we are at
    it. Reference counting will cover us for the most part, however.
    
    Signed-off-by: default avatarDan McGee <dan@archlinux.org>
    Signed-off-by: default avatarLoui Chang <louipc.ist@gmail.com>
    3b4662a5