[PHP-DEV] Changing ip2long() return value to string

2001-03-20 Thread Sean R. Bright
IP addrs are unsigned longs and zvals only handle signed longs, so the only way to avoid 0 values is to convert to a string before returning. Anyone have issue with this? Sean -- === Sean Bright [EMAIL PROTECTED] / [EMAIL

Re: [PHP-DEV] Changing ip2long() return value to string

2001-03-20 Thread Zeev Suraski
Should be safe... At 02:23 21/3/2001, Sean R. Bright wrote: IP addrs are unsigned longs and zvals only handle signed longs, so the only way to avoid 0 values is to convert to a string before returning. Anyone have issue with this? Sean --