Date: 05/30/98
- Next message: rasmus: "[PHP-DEV] CVS update: php3"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- In reply to: Jan Legenhausen: "[PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED]"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Next message: rasmus: "[PHP-DEV] CVS update: php3"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- In reply to: Jan Legenhausen: "[PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED]"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

