|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-24 07:06 UTC] hholzgra@php.net
[2002-08-09 04:13 UTC] js at netcamp dot se
[2002-09-11 20:01 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 09:00:01 2025 UTC |
I am not sure of the bug type... After running the apache server for about 14 days or sometimes after a SIGHUP restart, I get the following error messages, when accessing normaly working scripts: Warning: file("/usr/local/apache/ncoffice/style/rep_head.html") - Too many open files in /usr/local/apache/ncoffice/1.5.22/php/common.inc.php on line 1162 Warning: Failed opening 'php/report_time_list_proj.inc.php' for inclusion (include_path='') in /usr/local/apache/ncoffice/1.5.22/php/report_time_list.inc.php on line 161 Warning: file("/usr/local/apache/ncoffice/style/rep_tail.html") - Too many open files in /usr/local/apache/ncoffice/1.5.22/php/common.inc.php on line 1162 After a stop and start it works fine again. Wath's happening? Configuration: './configure' '--with-apache=../apache_1.3.22' '--enable-track-vars' '--with-imap=/usr/local/src/imap/imap-2001a/c-client' '--with-mysql=/usr/local/mysql' '--with-zlib=/usr/local' '--with-gd=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-xpm-dir=/usr/local' '--with-freetype-dir=/usr/local' '--with-curl=/usr/local' '--enable-exif' Regards, Johan