|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-31 16:24 UTC] thies at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 21:00:01 2025 UTC |
apache-1.3.6-7 php is built as a module for apache. each time I'm connecting to oracle, I got an oracle zombie attached to the daemon httpd here the list of processes : 31370 ? S 0:01 httpd 31373 ? S 0:01 \_ httpd 31382 ? Z 0:00 | \_ [oracle <defunct>] 31390 ? Z 0:00 | \_ [oracle <defunct>] 31883 ? Z 0:00 | \_ [oracle <defunct>] ... even a simple script does that : <? $conn = ocilogon("scott","tiger",$db); ocilogoff($conn); ?> If I try to access oracle, it works fine. I updated to the lastet release of PHP4, but still the same problem. Ask me, if you need more details. Ronan.