georg           Thu Feb 13 13:21:38 2003 EDT

  Added files:                 
    /php4/ext/mysqli/tests      connect.inc 
  Log:
  include file for test
  
  

Index: php4/ext/mysqli/tests/connect.inc
+++ php4/ext/mysqli/tests/connect.inc
<?php

  /* default values are localhost, root and empty password 
     Change the values if you use another configuration   */

        $host = "localhost";
        $user = "root";
        $passwd = "";

?>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to