ID:               15372
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         OCI8 related
 Operating System: Solaris 8
 PHP Version:      4.1.1
 New Comment:

I rebuilt PHP without any modules, and built the oci8 PHP module as a
dynamic module.  If I load oci8.so in a page using the dl() function,
the page works as expected.  
However, when I add oci8.so to the php.ini file like so:

extension=oci8.so

The webserver exibits the same behavior as I detailed before.


Previous Comments:
------------------------------------------------------------------------

[2002-02-04 17:56:02] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=15372&edit=1


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

Reply via email to