Fixes string comparisons (strcmp/etc return 0 when the strings are the same)
Fixed lots of whitespace
Added type cast to long (patch from Devon Weller <deweller@users.sourceforge.net>)
Applied fixes from invanxp@users.sourceforge.net
Added gethostbyname()
Add gethostbyname()
Committing for Lateralus
went back to "type = PHP_TYPE", because I've realized its better not to do "type.is_type=true", because if something sets "type.is_string=true" then later sets "type.is_array=true" then both are true, and the actual type remains a string (because its first in the list).