Very Annoying PHP Errors

2007-02-14 Thread Peter Pluta
I recently upgraded to 5.2.1_1. After upgrading (or before not exactly sure) I began getting errors ALERT - canary mismatch on efree() - heap overflow detected in my Apache logs. Also, certain parts of one of my database (mysql) driven sites stopped working. Certain pages just stopped working,

Re: Very Annoying PHP Errors

2007-02-14 Thread Alain Wolf
On 14.02.2007 12:38, * Peter Pluta wrote: I recently upgraded to 5.2.1_1. After upgrading (or before not exactly sure) I began getting errors ALERT - canary mismatch on efree() - heap overflow detected in my Apache logs. Also, certain parts of one of my database (mysql) driven sites stopped

Re: Very Annoying PHP Errors

2007-02-14 Thread Kevin Kinsey
Peter Pluta wrote: I recently upgraded to 5.2.1_1. After upgrading (or before not exactly sure) I began getting errors ALERT - canary mismatch on efree() - heap overflow detected in my Apache logs. That sounds a tad troubling, and is rather over my head. It does appear that some people

RE: Very Annoying PHP Errors

2007-02-14 Thread Peter Pluta
I couldn't get error logging to work correctly - I had error_reporting commented out, and display_errors = On I also added error_reporting(E_ALL); to my header file and the page was just blank... What I did was downgraded the php port to 5.2.0 and just re-compiled php and all of it's