|
Posted by Andy Hassall on 09/19/06 18:15
On Tue, 19 Sep 2006 01:15:07 -0400, sims123
<sims123.2edb2k@no-mx.forums.yourdomain.com.au> wrote:
>Can some one tell me how can I install a new version of oci8 when I
>already have php and oci8 installed.
Recompile PHP without oci8 support (either omit --with-oci8 or explicitly use
--without-oci8), then download the new OCI8 version from pecl.php.net, and
follow the build instructions.
Copy the module to the appropriate place, and load it in php.ini.
No doubt there's also a way to statically link a PECL library into the PHP
module itself - I haven't done that before, I'd expect it's in the docs.
>I also wanted to how to find which oci version do I have.
Bit of a pain, it's not shown directly in phpinfo(), only the CVS revision
number of one of the files. Looks like it's oci8.c:
http://cvs.php.net/viewvc.cgi/pecl/oci8/oci8.c?view=log
... but that doesn't seem to tie up in any way with the PECL module release
tag.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|