On Mon, Feb 12, 2001 at 09:11:32AM -0700, David Benson wrote:
> > Is there a short script (independent of other scripts) that
> > reproduces this problem?  Can you try to cut it down to the
> > smallest piece of code that still produces a crash?
> 
> Thanks for the response. I've narrowed this down to just a problem (with
> workaround) in Oci8. Included is a short script that reproduces the problem.
> 
> The first part contains a workaround, that I have implemented in my code.
> From the docs I was under the impresison I had to manipulate the clob
> through the clob calls, but OCIFetchStatement appears to handle the data
> correctly.

    could you plz try:

<?
$Conn = OCINLogon ('vignette', 'vignette', 'wom_dev');
$Clob = OCINewDescriptor($Conn, OCI_D_LOB);
$ExtraXML = $Clob->load();
?>

    if that still causes the crash then the bug is fixed in CVS!

    tc

-- 
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]

Reply via email to