I'm getting the lovely "conflicting types for `ini_parse'" error message when I try to make the CGI version of PHP 4.06. I know the problem is that my webhost has an outdated copy of bison in /usr/lib. I've compiled bison v1.28 into one of my directories (ie not /usr/lib since I don't have permissions). Is there any way to point the configure file to use my copy of bison instead of the one in /usr/lib?
Thanks in advance for any help.