diff options
author | Corne' Cornelius <nobbie@php.net> | 2003-07-01 11:09:11 +0000 |
---|---|---|
committer | Corne' Cornelius <nobbie@php.net> | 2003-07-01 11:09:11 +0000 |
commit | 8cbc0eae75de1c29a4587b07127d34ffd58ddfb1 (patch) | |
tree | 11a5c7ab1a2588172120e5728d73589a62e5e0ca /ext/informix | |
parent | dda902d56d3cdc0252119d28496225391f1d22b1 (diff) | |
download | php-git-8cbc0eae75de1c29a4587b07127d34ffd58ddfb1.tar.gz |
- MFB: 1.69.2.17
Diffstat (limited to 'ext/informix')
-rw-r--r-- | ext/informix/ifx.ec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 545a2c52bc..1c76add526 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); |