yaphpb

Feb 21, 2008 08:52

yet another php bug.

oci_bind_by_name() does not always figure out the size of the variable you're binding properly.  It likes to tell oracle that it is sending something of size LONG, when in fact it is a 15 character string.

Oracle doesn't like being lied to.

If you have the time to submit a bug by first:  installing the latest snapshot of php, installing a local copy of oracle, and building a test case that reproduces the problem without using riverbed code or data...  please do.

I don't.

kthx

php

Previous post Next post
Up