[PHP] Re: php, oci8 and oracle

2007-03-09 Thread Mikey
sirakov wrote: Hi, I have a problem with oci8. I installed ORACLE Enterprise with php5 and apache, with this script : I receive information for the set modules. I see that oci8 is enabled however ORACLE_HOME is empty. Additionally, I tried to write a little script which I run as a root. Due to

Re: [PHP] OCI8 under WINDOWS

2007-02-27 Thread Richard Lynch
Restart Apache and see what it spits into the log when it tries to load it. Post that message here for interpretation, if it's not clear. A message not unlike: OCI: dll could not be loaded often means that OCI was trying to load ANOTHER DLL that it couldn't find, not that OCI itself was not loadi

Re: [PHP] OCI8

2005-10-28 Thread Richard Lynch
On Fri, October 28, 2005 10:19 am, Kilbride, James wrote: > I'm running php5.0.5 and I'm trying to get connected to an oracle > server. Pear's DB requires the PHP OCI8 extension. The php website > doesn't give 'installation' instructions for getting php_oci8.dll > which > seems to be required in or

Re: [PHP] oci8 recursive call in log

2005-08-08 Thread James R.
It seems to be that last line of your code which is causing the error. I've no idea why though. -James - Original Message - From: "Ivonne Trejo Silva" <[EMAIL PROTECTED]> To: Sent: Monday, August 08, 2005 2:46 PM Subject: [PHP] oci8 recursive call in log Hi! Please excuse my poor

Re: [PHP] OCI8 Issues

2003-06-27 Thread Jason k Larson
http://us2.php.net/manual/en/function.ociexecute.php http://us2.php.net/manual/en/function.ocicommit.php The optional mode allows you to specify the execution-mode (default is OCI_COMMIT_ON_SUCCESS). If you don't want statements to be committed automatically specify OCI_DEFAULT as your mode. Unl

Re: [PHP] oci8

2003-04-05 Thread Paul Dymecki
Well i'm on php4.2.3 Apache and windows xp, and i'm trying to get oci8 working. If this isn't the correct list could you point me in the right direction? thx, Paul From: "Jim Lucas" <[EMAIL PROTECTED]> To: "Paul Dymecki" <[EMAIL PROTECTED]>,&

Re: [PHP] oci8

2003-04-05 Thread Jim Lucas
Just after we had a long discussion about off topic questions. This one doesn't even refer to a programming language problem. Or am I missing someting? Jim - Original Message - From: "Paul Dymecki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 10:30 AM Subjec

Re: [PHP] OCI8 on PHP 4 Windows

2001-08-23 Thread Andrey Hristov
PHP for Windows works under SYSTEM id. Check if SYSTEM have access to read(or any other privilege) to the OCI dll. - Original Message - From: "Ridai Govinda Pombo (Engenharia BSB)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 5:33 PM Subject: [PHP] OCI8 on