Re: Pb Apache / PHP / Oci
Date: Wed, 22 Nov 2006 20:09:23 +0000
Message-ID: <dfb9m25kkpgiv6sldtjs2g5ot883j30pif_at_4ax.com>
On 22 Nov 2006 06:04:07 -0800, "foxbille" <billard.eric_at_free.fr> wrote:
>> >Do ineed to upgrade oracle client to v10
>>
>> Yes.
>>
>> The recent binary distributions of PHP on Windows are linked against Oracle
>> 10g-specific functions (specifically OCILobRead2).
>
>first I will try to find a php version supplying a php_oci8.dll
>compatible with oracle client 9i, for I prefer not to upgrade to 10g.
>Does someone have this information ?
PHP 5.1.2 is the latest version that I can see where the php_oci8.dll DLL bundled in the official Windows binary distribution is not linked against OCILobRead2, which (probably) means it'll work with a 9i client.
If you're feeling adventurous you can always compile your own version of the library; the compilation process for the DLL only uses Oracle 10g functions if they're available, but it'll compile against (at least) 9i and probably 8i.
Oracle Instant Client is worth a look as well, as that'll get you a 10g client with minimum fuss. That's what the newer versions are compiled against in the first place.
-- Andy Hassall :: andy_at_andyh.co.uk :: http://www.andyh.co.uk http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis toolReceived on Wed Nov 22 2006 - 21:09:23 CET