From: Corne' Cornelius Date: Tue, 1 Jul 2003 10:56:17 +0000 (+0000) Subject: - Fxied bug in php_intifx_init_blob_infile() where blob.loc_loctype wasn't set X-Git-Tag: php-4.3.3RC2~197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=627c9515b1ff954786305ba44036688bf0a68db3;p=php - Fxied bug in php_intifx_init_blob_infile() where blob.loc_loctype wasn't set --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index be1963a9ad..10a9627700 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -3103,6 +3103,8 @@ static long php_intifx_init_blob_infile(loc_t *blob, long new TSRMLS_DC) { char *filename; + blob->loc_loctype = LOCFNAME; + if (new) { filename = php_intifx_create_tmpfile(TSRMLS_C);