Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-21 Thread Confuser
"Rouvas Stathis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Unfortunately, you are not doing anything wrong. > Persistent connections and PHP/Ora do not play well with each other. > I suggest that that you use plain OciLogon. > -Stathis. Oh :o) That'

[PHP] PHP + Oracle + OCIPLogon

2001-06-20 Thread Confuser
I understand that OCIPLogon creates a persitant connection to the Oracle DB, to improve performance... And I must say it does ! However, since OCILogoff is best not used with a persitant logon (and in the latest versions, it doesn't do anything anyway)... How will PHP decide when to cut that conn