aurweb/web/lib
Dan McGee 3b4662a58e Use non-persistant connections
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>
2008-12-30 13:00:53 -05:00
..
acctfuncs.inc Really make all web paths relative. 2008-12-22 13:19:56 +09:00
aur.inc Use non-persistant connections 2008-12-30 13:00:53 -05:00
aurjson.class.php Make JSON search return more information. 2008-07-16 18:16:04 -04:00
config.inc.proto Add Turkish to SUPPORTED_LANGS in config.inc.proto. 2008-08-19 15:35:58 -04:00
feedcreator.class.php RSS support implemented 2005-06-10 23:07:24 +00:00
Find.php Include File/Find.php PEAR module 2008-07-28 10:27:38 -05:00
pkgfuncs.inc Make search page use mkurl function, change variables around 2008-12-29 17:33:19 -05:00
stats.inc Show developer-TUs their total community packages. 2008-10-06 19:38:10 +08:00
translator.inc Introduce function include_lang for translations. 2008-12-21 18:03:27 +09:00
version.inc Bump to version 1.5.4 2008-12-25 01:17:14 +09:00