I can't seem to solve this php 5.2.12 problem.
PHP 5.2.12 is built from scratch using litespeed LSAPI 5.3 (but the same thing happens with 5.2 and 4.10), gcc 4.4.3. I am also running APC 3.0.19.
After about 12 hours, I get variations of this message on the server:
When I drop back to php 5.2.8, I don't get the errors. Restarting the lsphp spawn will fix the error, but it returns in about 12 hours.
Is this an issue with LSAPI / Litespeed, or a weird build bug in PHP itself?
PHP 5.2.12 is built from scratch using litespeed LSAPI 5.3 (but the same thing happens with 5.2 and 4.10), gcc 4.4.3. I am also running APC 3.0.19.
After about 12 hours, I get variations of this message on the server:
Code:
Warning: require_once({MYDIR}/Settings.php) [function.require-once]: failed to open stream:
Too many open files in {MYDIR}/index.php on line 55
Fatal error: require_once() [function.require]:
Failed opening required '{MYDIR}/Settings.php' (include_path='.:') in {MYDIR}/index.php on line 55
Is this an issue with LSAPI / Litespeed, or a weird build bug in PHP itself?