Click to See Complete Forum and Search --> : a new version of PHP on solaris+oracle


fitiux
10-29-2001, 03:51 PM
Hi,

I need to know if I can install over a new php version. On this moments it's running php 4.0.2 on solaris 2.6 ,plus the pc have oracle 7.3.4.

well, I would like to update the current version on this machine.. and I want to do it for myself :-)

will I need to remove current version or can I install it over ?
will I need use ./configure --with-oracle ?? or another configure option?

thanks
=)

Anon
10-29-2001, 08:18 PM
If you are using the module version of PHP you can install over it (using the --with-apxs option). As for Oracle if you are using version 7.3.4 you would use --with-oracle. For version 8i use --with-oci8

Jon