HI,
I compiled successfully PHP and got it all working. However, I needed to add some more options when configuring (the configure part before make and make install) However, when I retry, the make process seems to go by too fast and the new PHP binary doesn't replace the old one. I know this because the phpinfo() page still shows the old configure options.
Anyone know how to recompile and make sure it rewrites the old one?
THanks!