Re: [PHP] Segfault problem [long]

2006-09-08 Thread Curt Zirzow
On 9/7/06, Daniel A. Ramaley <[EMAIL PROTECTED]> wrote: Hello. I have been struggling for a few months to solve a problem with an Apache web server. First i'll try to describe the symptoms, then give details about the configuration and what i have tried so far. I would greatly appreciate any sugg

Re: [PHP] Segfault problem [long]

2006-09-08 Thread Daniel A. Ramaley
On Thursday 07 September 2006 16:46, you wrote: >You seem to be at least somewhat familiar with gdb, so this may not be >news to you, but the segfault looks to be in PHP's pcre extension. PHP >version 4.4.3 has an updated version of PCRE. That might be worth a > shot. My thanks to those of you who

Re: [PHP] Segfault problem [long]

2006-09-07 Thread Chris
Daniel A. Ramaley wrote: Hello. I have been struggling for a few months to solve a problem with an Apache web server. First i'll try to describe the symptoms, then give details about the configuration and what i have tried so far. I would greatly appreciate any suggestions on how to diagnose an

[PHP] Segfault problem [long]

2006-09-07 Thread Daniel A. Ramaley
Hello. I have been struggling for a few months to solve a problem with an Apache web server. First i'll try to describe the symptoms, then give details about the configuration and what i have tried so far. I would greatly appreciate any suggestions on how to diagnose and correct the problem.