Alexander Bokovoy wrote:
> > 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?
That should be allowed, right? Is this a PHP3 bug?
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]