iliaa Sat Jan 25 13:55:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/informix ifx.ec Log: MFH Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.69.2.2 php4/ext/informix/ifx.ec:1.69.2.3 --- php4/ext/informix/ifx.ec:1.69.2.2 Fri Jan 24 19:26:33 2003 +++ php4/ext/informix/ifx.ec Sat Jan 25 13:55:38 2003 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ifx.ec,v 1.69.2.2 2003/01/25 00:26:33 iliaa Exp $ */ +/* $Id: ifx.ec,v 1.69.2.3 2003/01/25 18:55:38 iliaa Exp $ */ /* ------------------------------------------------------------------- * if you want a function reference : "grep '^\*\*' ifx.ec" will give @@ -447,16 +447,6 @@ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sss", &host, &host_len, &user, &user_len, &passwd, &passwd_len) == FAILURE) { return; - } - - if (!host) { - host = ""; - } - if (!user) { - user = ""; - } - if (!passwd) { - passwd = ""; } hashed_details_length = sizeof("ifx___") - 1 + host_len + user_len + passwd_len;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php