Hi,
I have compiled PHP with support for apache and mysql
./configure --with-apxs --with-mysql
Now I want to add oracle support for php. Do i have to recompile the whole of php and go through the entire process or can i do something like ./configure --with-oracle and "add" to my existing php module
Regards