]> granicus.if.org Git - php/commitdiff
- Fxied bug in php_intifx_init_blob_infile() where blob.loc_loctype wasn't set
authorCorne' Cornelius <nobbie@php.net>
Tue, 1 Jul 2003 10:56:17 +0000 (10:56 +0000)
committerCorne' Cornelius <nobbie@php.net>
Tue, 1 Jul 2003 10:56:17 +0000 (10:56 +0000)
ext/informix/ifx.ec

index be1963a9adaa11bd181b859e2aff83f36c5f0748..10a96277006c6c4026d0a033b1e6d386ac0029bb 100644 (file)
@@ -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);