Hi,
unfortunately there is no way to install PHP a posteriori to an Apache not compiled with "--enable-so" .
You must either recompile apache to statically contain PHP ("--with-php...") or recompile it with "--enable-so" to make it capable of dynamically linking PHP.
wmp