Can someone tell me how to compile php as a Dynamic Module?
I used the the --enable-module=so for apache configuration.
and I used the following flag for the php:
--with-apxs=/usr/local/apache/bin/apxs
It didn't seem to work, because when I recompile php with different options , the old options still show with phpinfo()
Please help.
Thank you.