anohter "--<not with>-oci" is for compile the oci driver static to php core, which makes you have to re-install whole php packege, that is not what you want(minimum impact)
now, you can "make module"
then "make install module", you will see the compile oci connecter driver is copied some directory(if not specified in configure patameter, it is default path for dynamic load module directory, check source code of "configure"), if not manually copy it to your php dynamic load module's directory.
Then, run page with phpinfo(), to check if oci connector is loaded.
I am not sure on all the command parameter above,
now, you can "make module"
then "make install module", you will see the compile oci connecter driver is copied some directory(if not specified in configure patameter, it is default path for dynamic load module directory, check source code of "configure"), if not manually copy it to your php dynamic load module's directory.
Then, run page with phpinfo(), to check if oci connector is loaded.
I am not sure on all the command parameter above,