Posted by Geoff Muldoon on 05/02/07 00:04
Hendri Kurniawan says...
> >>> I've been scouring for information about this for quite some time now
> >>> and so far I'm at a loss to the proper/correct way to compile PHP 5.x
> >>> withOracle9i for Sparc Solaris. Does anyone have the straight dope
> 3. Configure php using --with-oracle=/path/to/oracle/home/dir
Except that with Oracle 9i you are much better off using the OCI8 lib
rather than the older oracle lib.
php.ini
extension = php_oci8.dll
compile
-with-oci8=/path/to/oracle/home/dir
Geoff M
[Back to original message]
|