summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorChristopher Powell <chris@grubbybaby.com>2001-12-07 03:52:56 (GMT)
committer Christopher Powell <chris@grubbybaby.com>2001-12-07 03:52:56 (GMT)
commit3ddc5c9b88226097f93d4c21ea51f7a37f0e56f3 (patch)
treeb141b4bfc8532e3640ca6dd7204538f74079742e /CHANGELOG
parent84fbbe1411ec93b3aa97ad535f0f9ce737f62a52 (diff)
Added a mysql_close mechanism to the child exit process to fix MySQL
complaining about bad communication packets. Considerable code reorg and cleanup.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 64422e0..5479725 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
1$Id: CHANGELOG,v 1.3 2001/12/03 19:54:02 helios Exp $ 1$Id: CHANGELOG,v 1.4 2001/12/07 03:52:56 helios Exp $
2 2
3 3
4TODO: 4TODO:
@@ -8,6 +8,14 @@ TODO:
8 8
9CHANGES: 9CHANGES:
10 10
111.12:
12
13* Added a mysql_close() call to get rid of those annoying MySQL
14 complaints every time an httpd child process terminates. (Apache
15 1.3 or later.)
16* Considerable code reorganization and cleanup.
17
18
111.11: 191.11:
12 20
13* Completely re-worked the cookie code. Now the user can instruct 21* Completely re-worked the cookie code. Now the user can instruct