php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3755 oracle 8i zombie
Submitted: 2000-03-07 07:31 UTC Modified: 2006-07-17 08:59 UTC
From: ronan_salmon at altavista dot net Assigned:
Status: Closed Package: OCI8 related
PHP Version: 3.0.12 OS: RedHat 6.1 i386
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 + 25 = ?
Subscribe to this entry?

 
 [2000-03-07 07:31 UTC] ronan_salmon at altavista dot net
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-31 16:24 UTC] thies at cvs dot php dot net
added workaround in CVS 
please re-configure php adding --with-sigchild to your configure line

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 15:01:30 2024 UTC