diff options
author | Christopher Powell | 2001-12-07 03:52:56 +0000 |
---|---|---|
committer | Christopher Powell | 2001-12-07 03:52:56 +0000 |
commit | 3ddc5c9b88226097f93d4c21ea51f7a37f0e56f3 (patch) | |
tree | b141b4bfc8532e3640ca6dd7204538f74079742e /CHANGELOG | |
parent | 84fbbe1411ec93b3aa97ad535f0f9ce737f62a52 (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-- | CHANGELOG | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 | ||
4 | TODO: | 4 | TODO: |
@@ -8,6 +8,14 @@ TODO: | |||
8 | 8 | ||
9 | CHANGES: | 9 | CHANGES: |
10 | 10 | ||
11 | 1.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 | |||
11 | 1.11: | 19 | 1.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 |