iliaa           Sat Jan 25 13:55:06 2003 EDT

  Modified files:              
    /php4/ext/informix  ifx.ec 
  Log:
  Removed unneeded code.
  
  
Index: php4/ext/informix/ifx.ec
diff -u php4/ext/informix/ifx.ec:1.75 php4/ext/informix/ifx.ec:1.76
--- php4/ext/informix/ifx.ec:1.75       Fri Jan 24 19:25:31 2003
+++ php4/ext/informix/ifx.ec    Sat Jan 25 13:55:05 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: ifx.ec,v 1.75 2003/01/25 00:25:31 iliaa Exp $ */
+/* $Id: ifx.ec,v 1.76 2003/01/25 18:55:05 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

Reply via email to