I am preparing to wite a web application that will interact with an Oracle 8.0.5 database (on Unix/Apache). PHP has been very useful in previous projects where I was using MySQL, but I have no Oracle experience. Plus, I have never used the PHPLIB before.
My Question is, should I use PHP4 with the PHPLIB library, or no PHPLIB? I have heard that PHP must be compiled with the oci8 drivers if your accessing oracle 8.0.5, and there must be an Oracle "listener" running on the server. Anyone have experience with this configuration?
Someone told me that PHP4 is having trouble with arrays? The php3 scripts that ran queries against the Oracle database have not been working properly on the php4 compile. Does this seem familiar to anyone?
My other option is to develop the app in Perl with DBI.pm and CGI.pm, but I prefer to use PHP if the Oracle issue is not going to be a nightmare (compared to the ease of MySQL).
Thanks for any input!
Brian Busche
brianbu@email.mot.com