Re: [PHP] Failing FastCGI PHP

2006-05-15 Thread Mike Milano
chris smith wrote: On 5/14/06, Frank de Bot <[EMAIL PROTECTED]> wrote: I'll start by compiling php with --enable-debug At the moment I get backtrace results like this: #0 0x48c7d95b in memcpy () from /usr/lib/libc_r.so.4 #1 0x8977280 in ?? () #2 0x10 in ?? () #3 0x894e500 in ?? () #4 0x89

Re: [PHP] Failing FastCGI PHP

2006-05-13 Thread chris smith
On 5/14/06, Frank de Bot <[EMAIL PROTECTED]> wrote: I'll start by compiling php with --enable-debug At the moment I get backtrace results like this: #0 0x48c7d95b in memcpy () from /usr/lib/libc_r.so.4 #1 0x8977280 in ?? () #2 0x10 in ?? () #3 0x894e500 in ?? () #4 0x894dc00 in ?? () #5 0

Re: [PHP] Failing FastCGI PHP

2006-05-13 Thread Frank de Bot
I'll start by compiling php with --enable-debug At the moment I get backtrace results like this: #0 0x48c7d95b in memcpy () from /usr/lib/libc_r.so.4 #1 0x8977280 in ?? () #2 0x10 in ?? () #3 0x894e500 in ?? () #4 0x894dc00 in ?? () #5 0x8962000 in ?? () #6 0x8960200 in ?? () #7 0x894e4e

Re: [PHP] Failing FastCGI PHP

2006-05-11 Thread chris smith
On 5/11/06, Frank de Bot <[EMAIL PROTECTED]> wrote: Hi, I have made a apache setup with PHP running as FastCGI (apache 2.0.58, mod_fastcgi 2.4.2, php 5.1.4) PHP is called directly as FastCGI without a wrapper script. On a given moment the PHP FastCGI application reaches dynamicMaxClassProcs. Aft