diff options
author | Dan McGee <dan@archlinux.org> | 2008-12-30 03:46:06 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-30 19:00:53 +0100 |
commit | 3b4662a58e0673de4172e5b0e964c53a0a67af59 (patch) | |
tree | ff2c8bda4289fe92c8e87571d0704cd89ffd4d25 /web/html/rpc.php | |
parent | 94bfae4f03991069015566ce7df2699a0c87405f (diff) | |
download | aur-3b4662a58e0673de4172e5b0e964c53a0a67af59.tar.gz aur-3b4662a58e0673de4172e5b0e964c53a0a67af59.tar.xz |
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>
Diffstat (limited to 'web/html/rpc.php')
0 files changed, 0 insertions, 0 deletions