Re: [PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED] From: Rasmus Lerdorf (rasmus <email protected>)
Date: 05/30/98

> I think i found the error - "sizeof(message)" delivers the size of the
> _pointer_ to message - that's always "4"!
> So replacing "sizeof(message)" with "strlen(message)" in fwrite() fixed
> the problem.

Yup, looks right. Committing the change, thanks.

-Rasmus