I have different apache versions running on my FreeBSD machine for different sites. One version has mod_php4 compiled in but another has not. Rathter than compiling another apache binary I was thinking of using a mod_php4.so DSO for one of the binaries that does not have php already compiled in.
Now my question:
PHP install file states that I should not install DSO and compiled together. Does this mean together for one apache binary (as I expect) or does PHP have a problem with one binary using DSO and another the compiled in version?
Now my question:
PHP install file states that I should not install DSO and compiled together. Does this mean together for one apache binary (as I expect) or does PHP have a problem with one binary using DSO and another the compiled in version?

Comment