Re: [PHP] dba_open, dba_popen, caches, not closing database, etc..

2002-10-24 Thread Marek Kilimajer
You can use register_shutdown_function(). Giles Constant wrote: Hi People, I'm having problems with the dba extension. An application I've written using db2 is working beautifully on my machine, but due to various reasons, the machine it's supposed to work on can have anything but db2 as the

Re: [PHP] dba_open, dba_popen, caches, not closing database, etc..

2002-10-24 Thread Giles Constant
that'll do it.. cheers :-) -- Giles Constant, Systems Programmer Hyperlink Interactive http://www.hyperlink-interactive.co.uk On Thu, 24 Oct 2002, Marek Kilimajer wrote: You can use register_shutdown_function(). Giles Constant wrote: Hi People, I'm having problems with the dba