[PHP] segmentation faults

2003-08-14 Thread Martin Peck
hi, I have a large project underway which is (hopefully!) nearing completion, running on the latest stable release, 4.3.2. However, strange things have started happening... My main page sometimes causes Apache to seg fault at some point during the execution (e.g. [Sun Aug 10 18:05:55 2003]

Re: [PHP] segmentation faults

2003-08-14 Thread Curt Zirzow
* Thus wrote Tom Rogers ([EMAIL PROTECTED]): ... Most programs will crash with null pointers so I operate with error reporting set to E_ALL and it helps when these sort of things happen. A function should never trust what it is being fed :) so your solution is the right way, I don't think

Re: [PHP] segmentation faults

2003-08-14 Thread Martin Peck
for the response, regards, Martin - Original Message - From: Mike Migurski [EMAIL PROTECTED] To: Martin Peck [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 8:57 PM Subject: Re: [PHP] segmentation faults I have a large project underway which is (hopefully!) nearing

Re[2]: [PHP] segmentation faults

2003-08-14 Thread Tom Rogers
: [EMAIL PROTECTED] MP Sent: Sunday, August 10, 2003 8:57 PM MP Subject: Re: [PHP] segmentation faults I have a large project underway which is (hopefully!) nearing completion, running on the latest stable release, 4.3.2. However, strange things have started happening... My main page sometimes

Re: [PHP] segmentation faults

2003-08-14 Thread Martin Peck
- Original Message - From: Tom Rogers [EMAIL PROTECTED] Most programs will crash with null pointers so I operate with error reporting set to E_ALL and it helps when these sort of things happen. A function should never trust what it is being fed :) so your solution is the right way, I

Re: [PHP] segmentation faults

2003-08-10 Thread Mike Migurski
I have a large project underway which is (hopefully!) nearing completion, running on the latest stable release, 4.3.2. However, strange things have started happening... My main page sometimes causes Apache to seg fault at some point during the execution (e.g. [Sun Aug 10 18:05:55 2003] [notice]

[PHP] Segmentation faults on headers()

2001-12-19 Thread Scott w
Hello, I have a problem I can't quite figure out. I recently upgraded PHP from 4.0.6 to 4.1.0. I can no longer use auth-headers... When I try to load a page with for instance: ?php if(!isset($PHP_AUTH_USER)) { header('WWW-Authenticate: Basic realm=Admin Area'); header('HTTP/1.0