Run into a spot of trouble using Metabase(db wrapper) because of it's use of
casting a $var=intval($resource) where OCIFreeCursor fails to function after
it has been casted.
Guessing that it fails because intval is creating a reference to the
resource, in turn OCI does not release the resource because there additional
reference exist.
I'd like to start working on fixing this, but don't know which behaviour to
attack. Does OCI need to be fixed or intval()?
Suggestions anyone...
-Joe
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]