PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hi there
I'm using Oracle CLOB in order to store some pretty large string but when I retrieve it back several times the web server crashes. I free all my objects the code is small and looks fine for me but it looks like there's some nasty memory leak that I can't spot. I'm using PHP 5 with Apache 1.3 and OCI functions. Here is the code:
well it's strange but I don't get any error messages. After several executions of the above script, the web server justs stops responding and I have to kill it with net stop apache.
The only message I get is
[Fri Dec 31 11:26:42 2004] [error] forcing termination of child #0 (handle 324)
I'm really stuck and this is very important, so if anyone could give me any help with this I'll be very grateful