RE: [PHP-DEV] PHP 4.0 Bug #9197: crash in _efree From: David Benson (dbenson <email protected>)
Date: 02/19/01

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

Not sure what that was supposed to do ;-), but it caused the same crash.

David

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>