nobbie Tue Jul 1 06:56:17 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/informix ifx.ec Log: - Fxied bug in php_intifx_init_blob_infile() where blob.loc_loctype wasn't set 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.17 --- 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 06:56:16 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.17 2003/07/01 10:56:16 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