I've inherited a commerce app which uses PHP and MySQL on Linux. I'm highly interested in porting it to an Oracle database running on Solaris.
Converting the MySQL database to Oracle is straightforward enough, but I'm looking for reference material on converting a moderately sized php app (roughly 150 php scripts) to use Oracle instead of MySQL calls.
I'd really rather not have to write a festival of sed / awk / perl scripts to do this conversion if someone has already done it. :]
Any links to reference material or apps would be greatly appreciated.
Thanks,
trep