]> granicus.if.org Git - php/commit
Fix long2ip's handling of unsigned longs, by accepting a string argument and
authorSterling Hughes <sterling@php.net>
Fri, 7 Dec 2001 13:20:18 +0000 (13:20 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 7 Dec 2001 13:20:18 +0000 (13:20 +0000)
commitd95a4e2c19d1b9c791efa361648606247637e768
treece2136553489f3cf0f620fee171b5de66dc24d91
parent836e8af6ff7df94c1923ba1e4db9ac679c650428
Fix long2ip's handling of unsigned longs, by accepting a string argument and
then manually converting the string to an unsigned long using strtoul()
ext/standard/basic_functions.c