ID: 14702 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: OCI8 related Operating System: Linux 2.4 PHP Version: 4.1.0 New Comment:
Can you provide a backtrace? (http://bugs.php.net/bugs-generating-backtrace.php) Previous Comments: ------------------------------------------------------------------------ [2001-12-26 13:28:59] [EMAIL PROTECTED] php segfault with the following code : $stmt = OCIParse($conn,"select myclob from I18N"); OCIExecute($stmt); OCIFetchStatement($stmt,$results); when myclob contains at least one row with one or two characters. work fine when clob length = 0 or >= 3. oracle and php use utf-8. php : 4.1.0 and 4.0.6 on linux x86 oracle : 8.1.7.2 on sparc64 ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14702&edit=1 -- 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]