From ec06ba32ef1bfb3de7fd87ddc9c43468d5f5684e Mon Sep 17 00:00:00 2001 From: Christopher Powell Date: Tue, 15 Jan 2002 18:40:14 +0000 Subject: Ported to mysql_real_connect, made a change for the mass-virtual-hosting folks, and enabled a socket name DEFINE. --- (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 5479725..7d9fba0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,27 @@ -$Id: CHANGELOG,v 1.4 2001/12/07 03:52:56 helios Exp $ +$Id: CHANGELOG,v 1.5 2002/01/15 18:40:14 helios Exp $ TODO: * Full commenting of the code. * Rethink documentation flow and rewrite? +* Message queueing during server downtime? CHANGES: +1.13: + +* Now use ap_get_server_name() in extract_virtual_host() to fix the + instances where mass-virtual-hosting sites were getting the wrong + server-name written to the log. +* Now use mysql_real_connect() instead of mysql_connect(). The + latter's use was deprecated and did not work in MySQL 4. +* There is now a DEFINE for the socket name. This is used by the + mysql_real_connect() function and is relevant only if the db resides + on localhost. It is irrelevant if the db resides on a networked + machine and is ignored in that case (although it still must be defined + for the connect to work). + 1.12: * Added a mysql_close() call to get rid of those annoying MySQL -- cgit v0.9.2