nobbie Tue Jul 1 07:03:21 2003 EDT Modified files: (Branch: PHP_4) /php-src/ext/informix ifx.ec Log: - MFB Index: php-src/ext/informix/ifx.ec diff -u php-src/ext/informix/ifx.ec:1.69.2.16 php-src/ext/informix/ifx.ec:1.69.2.16.4.1 --- php-src/ext/informix/ifx.ec:1.69.2.16 Thu Jun 12 06:24:40 2003 +++ php-src/ext/informix/ifx.ec Tue Jul 1 07:03:20 2003 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ifx.ec,v 1.69.2.16 2003/06/12 10:24:40 andrey Exp $ */ +/* $Id: ifx.ec,v 1.69.2.16.4.1 2003/07/01 11:03:20 nobbie Exp $ */ /* ------------------------------------------------------------------- * if you want a function reference : "grep '^\*\*' ifx.ec" will give @@ -3102,6 +3102,8 @@ static long php_intifx_init_blob_infile(loc_t *blob, long new TSRMLS_DC) { char *filename; + + blob->loc_loctype = LOCFNAME; if (new) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php