ID: 38881 Updated by: [EMAIL PROTECTED] Reported By: arielpatschiki at mannesoft dot com dot br -Status: Open +Status: Bogus Bug Type: OCI8 related Operating System: Linux PHP Version: 4.4.4 New Comment:
You have to use OCI8 from PECL. Previous Comments: ------------------------------------------------------------------------ [2006-09-19 13:25:14] arielpatschiki at mannesoft dot com dot br Description: ------------ When i try to run a php script with the function "ocinewdescriptor" inside the code, using a field "blob", in Oracle 10 error_log, php crashes with this reference: "[Tue Sep 19 09:22:03 2006] [notice] child pid 30426 exit signal Segmentation fault (11)" This bug only exists in version above 4.3.9, including 4.4.4. Reproduce code: --------------- . . . $r = OCIParse($dbh, $b); $aux = ocinewdescriptor($dbh, OCI_D_LOB); . . . ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38881&edit=1