php-developer-list | 2002112
Date: 11/25/02
- Next message: Jani Taskinen: "Re: [PHP-DEV] [PATCH] Redirect on Error"
- Previous message: Alexander Wagner: "Re: [PHP-DEV] [PATCH] Redirect on Error"
- In reply to: Edin Kadribasic: "Re: [PHP-DEV] Oracle < 8.1.7"
- Next in thread: Edin Kadribasic: "Re: [PHP-DEV] Oracle < 8.1.7"
- Reply: Edin Kadribasic: "Re: [PHP-DEV] Oracle < 8.1.7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ok.
here is the patch as txt. It applies to the latest CVS of the file. But,
in any case - there is only that very function that is not documented
anywhere, and I wonder whether it works.
to test it, just run this:
<?php
$conn = OCILogon('user', 'pass', 'listener');
echo "\nServer version: " . OCIServerVersion($conn);
echo "\nServer release: " . OCIServerRelease($conn);
/*
you should expect something like that. Important part is the last line - release code
Server version: Oracle9i Enterprise Edition Release 9.0.1.1.0 - Production
With the Partitioning option
JServer Release 9.0.1.0.0 - Production
Server release: 150999296
*/
?>
let me know.
--- Maxim Maletsky maxim <email protected>On Tue, 26 Nov 2002 00:18:17 +0100 "Edin Kadribasic" <edink <email protected>> wrote:
> > That sounds very good. What version is your oracle client? > > The client is on the same Linux box, so the version is still 8.0.5. > > Edin > >
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jani Taskinen: "Re: [PHP-DEV] [PATCH] Redirect on Error"
- Previous message: Alexander Wagner: "Re: [PHP-DEV] [PATCH] Redirect on Error"
- In reply to: Edin Kadribasic: "Re: [PHP-DEV] Oracle < 8.1.7"
- Next in thread: Edin Kadribasic: "Re: [PHP-DEV] Oracle < 8.1.7"
- Reply: Edin Kadribasic: "Re: [PHP-DEV] Oracle < 8.1.7"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

