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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ronan_salmon at altavista dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC