php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27477 Different errors (sockets, oci handles etc.)
Submitted: 2004-03-03 04:25 UTC Modified: 2004-03-03 09:03 UTC
From: fbsd at ukr dot net Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 5.0.0b4 (beta4) OS: Linux Slackware 9.curent
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fbsd at ukr dot net
New email:
PHP Version: OS:

 

 [2004-03-03 04:25 UTC] fbsd at ukr dot net
Description:
------------
Trying to use php5b4 on my Slackware 9.current, Oracle 9.2.04, Apache 2.0.48. Strange things happen:
apache error.log is full of [notice] child pid NNNN exit signal Segmentation fault (11). All php scripts, where OCI8 functions used, can't close Oracle sessions (At the end of day i've found a lot of 'dead' sessions), sometimes scripts produce error teling that oci handle is not registered... Next execution does not produce that error). After 2 or more days i've found, that apache consumes to much proceccor time.  After stopping it, i've found socket error (can't bind to port 80 'already used'). Socklist shows open sockets, even after httpd killing.
After reinstalling php 4.3.4 all problems elliminated.
Sorry for long story - but error are really strange for me.


Reproduce code:
---------------
All kind of code with OCI8 functions used.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-03 04:36 UTC] tony2001@php.net
I need some more info to locate the problem.
Could you try to turn on debugging with oci_internal_debug(1) and show me what happends ?
Short example is required too.
And please try it with Apache 1.3.x, I doubt, that Apache2 is really required for you.
 [2004-03-03 05:13 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 [2004-03-03 09:03 UTC] fbsd at ukr dot net
I wonder - if it's not a PHP problem, why it was in PHP 5 b1 ? I've seen just similar error. And it was with differnt Linux & Oracle releases ? And, if it's not a php problem, why it does not exist in 4.3.4 or 4.3.3 etc. ? I dont need a support (i'm not asking how to setup or so). Sorry, my poor english doesn't allow me to explain problem better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 15:01:33 2024 UTC