From:             [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version:      4.1.1
PHP Bug Type:     OCI8 related
Bug description:  Apache hangs with PHP 4.1.1+oci8

I built PHP 4.1.1 as a DSO module using GCC 2.95.3 (which was installed
from a sunfreeware package).  The Oracle client is version 8.1.7. 
ORACLE_HOME was properly set (I was able to connect to Oracle through the
sqlplus client).  The configure line was:

./configure --with-oci8

Configuration, compilation, and installation proceded without errors. 
Apache started without error (error_log set to debug level).

When attempting to access any URL on the server, the client recieves no
response and does not time out.  The request does not show up in the
access_log on the server.  The error_log shows nothing for about 10
minutes, then a series of the following errors appears:

sgslun: unable to create SOSD endpoint
sgslun: unable to create SOSD endpoint
[Mon Feb  4 16:42:35 2002] [error] (24)Too many open files: accept:
(client socket)


When PHP is built without oci8 support, Apache processes requests
normally.  PHP built with other modules (i.e. CURL, GD), and without oci8
does not have this behavior.
-- 
Edit bug report at http://bugs.php.net/?id=15372&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15372&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15372&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15372&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15372&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15372&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15372&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15372&r=notenoughinfo


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to