From: fbsd at ukr dot net Operating system: Linux Slackware 9.curent PHP version: 5.0.0b4 (beta4) PHP Bug Type: OCI8 related Bug description: Different errors (sockets, oci handles etc.)
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. -- Edit bug report at http://bugs.php.net/?id=27477&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27477&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27477&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27477&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27477&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27477&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27477&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27477&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27477&r=support Expected behavior: http://bugs.php.net/fix.php?id=27477&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27477&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27477&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27477&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27477&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27477&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27477&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27477&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27477&r=float