Two different php.ini being used depending on which port you hit.

On port 2082 using phpinfo it says it's using /usr/local/cpanel/3rdparty/etc/php.ini

On port 80 it is using /usr/local/lib/php.ini

When you compile php with another option it only shows for the port 80 side right? Not always, we've been playing around with pdflib and noticed that it shows installed for the phpinfo on 2082 but not for phpinfo on port 80 (where you need it to be).

Anyone have any idea as to configuring php for both and making both standard?