Has anyone using Whois2
http://www.easydns.com/~markjr/whois2/
and upgraded to PHP4 figured out how to fix what's broken with it? The guy that wrote it says in his faq, of the problem with php4:
"1.2 whois2 breaks under PHP4, I get $result["rawdata"] = Array now instead
of the actual data!
Have look at the returned object using the showObject() function in the
utils.whois class. Odds are the data will be in $result["rawdata"]["rawdata"]
instead.
This is of course, a bug. I have tried to fix and unsuccessfully, but I
haven't had too much time either. I think it's some kind of scoping issue
with classes under PHP4."
Has anyone out there figured this out and fixed it? Was just curious. This was the only thing that broke in my recent upgrade to php4.