Re: [PHP] More php Questions about PHP 4.3.4 (cli)

2004-03-12 Thread Martin McCormick
My thanks to both of you. I am trying to find out now how to compile in the oci8 functions because it is not obvious in the list of configuration selections. When I do get those functions, I can probably use the information from Marcelo so every bit helps. Martin Towell writes:

[PHP] More php Questions about PHP 4.3.4 (cli)

2004-03-11 Thread Martin McCormick
I installed the FreeBSD port of php4.3.4. In order to query a remote database server running Oracle8I, I am supposed to use oci commands. I have a test script that one would think should do nothing except briefly connect to the remote server: #!/usr/local/bin/php ? //Login to SQL

Re: [PHP] More php Questions about PHP 4.3.4 (cli)

2004-03-11 Thread Marcelo Pereira Fonseca da Silva
The ocilogon() function should have in third parameter something like $db=(DESCRIPTION= (ADDRESS_LIST= (ADDRESS=(PROTOCOL=TCP) (HOST=HOST_HERE)(PORT=PORT_HERE) ) ) (CONNECT_DATA=(SERVICE_NAME=DATABASE_NAME_HERE)) ); and two

RE: [PHP] More php Questions about PHP 4.3.4 (cli)

2004-03-11 Thread Martin Towell
- From: Marcelo Pereira Fonseca da Silva [mailto:[EMAIL PROTECTED] Sent: Friday, 12 March 2004 2:46 PM To: PHP Subject: Re: [PHP] More php Questions about PHP 4.3.4 (cli) The ocilogon() function should have in third parameter something like $db=(DESCRIPTION