ソースからインストールしたPHPで実行したConfigureのオプションを確認する場合、php-configコマンドで確認することが出来る。

php-config --configure-options

[root@test-apache ~]# /opt/php01/bin/php-config --configure-options
--prefix=/opt/php01 --with-apxs2=/opt/httpd01/bin/apxs

これで、configure実行時にどのようなオプションを使っていたのかがわかる。