Skip to content
Snippets Groups Projects
  1. Jan 23, 2009
  2. Jan 19, 2009
  3. Jan 15, 2009
  4. Jan 08, 2009
  5. Jan 05, 2009
  6. Jan 04, 2009
  7. Dec 31, 2008
  8. Dec 30, 2008
    • 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
  9. Dec 29, 2008
  10. Dec 24, 2008
  11. Dec 22, 2008
Loading