PHP Reinstall & phpinfo()
I recently added the gd and zlib modules in a php configure. And then I ran make, make install and finally stopped and started Apache.I was then able to successfully create images using these modules, but when I looked at phpinfo(), it did showed the old build date from before, without these new modules.
How can this be, since I know the new modules are working great?