mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com> |
||
---|---|---|
.. | ||
acctfuncs.inc | ||
aur.inc | ||
aurjson.class.php | ||
config.inc.proto | ||
feedcreator.class.php | ||
Find.php | ||
pkgfuncs.inc | ||
stats.inc | ||
translator.inc | ||
version.inc |