Re: [PHP] PHP and Oracle Zombie processes

2001-03-14 Thread Rouvas Stathis
If you don't see --enable-sigchild in phpinfo() then : (a) you are not running the version you compiled (b) your config script had something wrong. Baseline: if you don't see it, it's not there. You have to recompile. -Stathis. Bob Kakalec wrote: When I execute an sql statement against my

[PHP] PHP and Oracle Zombie processes

2001-03-13 Thread Bob Kakalec
When I execute an sql statement against my Oracle database from PHP, I create an oracle zombie process. This eventually hits a "number of zombie process" limit and prevents my page from executing. The queries work properly (except for the zombie problem). Here is a sample that creates the