[PHP-DB] what the php guys need to do

2008-11-18 Thread Fred Silsbee
provide some detailed instructions for oc8/linux install that leave no gaps instructions that work for newbies I've never heard of : # LD_PRELOAD # NLS_LANG For example: You should install OCI8 by yourself. Here is how: 1) Do this as user oracle: cd /tmp; pecl bundle oci8. The output

Re: [PHP-DB] what the php guys need to do

2008-11-18 Thread Christopher Jones
Fred Silsbee wrote: provide some detailed instructions for oc8/linux install that leave no gaps instructions that work for newbies For newbies we recommend installing Zend Core for Oracle. Are you the same person as person who has been posting to the OTN forum, e.g. this post

Re: [PHP-DB] what the php guys need to do

2008-11-18 Thread Christopher Jones
I'm CCing the php-db list. Fred Silsbee wrote: install Zend?...never! I have Fedora 9 and 11g1 Enterprise I have Apache working and Oracle 11g1 installed and working! Zend installs both of these and could screw up my working system. Zend Core for Oracle will use your existing Apache. It

Re: [PHP-DB] what the php guys need to do

2008-11-18 Thread Christopher Jones
I'm CCing php-db again. Fred Silsbee wrote: This worked: sqlplus hr/[EMAIL PROTECTED] so I tried: (didn't work) if ($conn=oci_connect('hr', 'hr', '//localhost/LMKIIIGD')) Excuse me repeating the example PHP code I gave earlier for this SQL*Plus case: Or if you connect like:

Re: [PHP-DB] what the php guys need to do

2008-11-18 Thread Fred Silsbee
=On for purposes of debugging (don't leave it on in production applications) --- On Tue, 11/18/08, Christopher Jones [EMAIL PROTECTED] wrote: From: Christopher Jones [EMAIL PROTECTED] Subject: Re: [PHP-DB] what the php guys need to do To: [EMAIL PROTECTED], PHP DB php-db@lists.php.net Date

Re: [PHP-DB] what the php guys need to do

2008-11-18 Thread Fred Silsbee
Jones [EMAIL PROTECTED] wrote: From: Christopher Jones [EMAIL PROTECTED] Subject: Re: [PHP-DB] what the php guys need to do To: [EMAIL PROTECTED], PHP DB php-db@lists.php.net Date: Tuesday, November 18, 2008, 11:46 PM I'm CCing php-db again. Fred Silsbee wrote: This worked: sqlplus hr