On Mon, Feb 19, 2001 at 10:14:38AM +0800, Alan Knowles wrote:
> Just on quick check - have a look at the 'person' table - see if there are
> more that 1 'admin' user defined.. 
> 
> As far as I can tell/guess - 
> this is the mod_php3.c file send_php3 function definition failing to free 
> 
>         if(conf->charset) free((char *)r->content_type);
But this is true, because if charset option defined in ini file, r->content_type
allocated with malloc. In opposite case it just points to static buffer.

May be your script changes content type with header() function?

-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project   | www.midgard-project.org |    Aurora R&D team 
Minsk Linux Users Group |    www.minsk-lug.net    |  www.aurora-linux.com  
   IPLabs Linux Team    |     linux.iplabs.ru     | Architecte Open Source
-- "For the man who has everything... Penicillin."
 -- F. Borquin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to