Posted a question asking how to append to the include_path variable. Well, with php4 here's how:
ini_set('include_path', ini_get('include_path').':/extra/path/here');