Hey, Sorry for pestering with excessive questions, but I've not done a lot of C programming.
In filter.c, specificalyl in php_filter_validate_ip(), Z_STRLEN_P(value) gets called a lot. I know compilers tend to inline short functions, but are they smart enough to assign a variable to a repetive macro expansion? Justin