On Thu, Aug 30, 2001 at 09:58:19AM -0700, Doug MacEachern wrote: + i'd rather just change the test to write to its own file rather than + error_log, if we can prevent a dependency on File::Tail.
oh yeah. this reminds me. i thought about doing something like this but dont know enough about php to quickly know whats possible and whats not. the test is testing php's register_shutdown_function. so, the function we register doesnt HAVE to write to a file, it can do anything that can be verified after the connection is closed. so if anyone has an idea about something easier to verify than writing to a file, we can do that. ideas? -j
