tony2001                Sun Jan 25 23:28:19 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard/tests/mail    mail_skipif.inc mail_include.inc 
                                        ezmlm_hash_error.phpt 
  Log:
  MFH use example.com
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/mail/mail_skipif.inc?r1=1.2.2.2&r2=1.2.2.3&diff_format=u
Index: php-src/ext/standard/tests/mail/mail_skipif.inc
diff -u php-src/ext/standard/tests/mail/mail_skipif.inc:1.2.2.2 
php-src/ext/standard/tests/mail/mail_skipif.inc:1.2.2.3
--- php-src/ext/standard/tests/mail/mail_skipif.inc:1.2.2.2     Fri Jan 23 
17:12:19 2009
+++ php-src/ext/standard/tests/mail/mail_skipif.inc     Sun Jan 25 23:28:18 2009
@@ -3,7 +3,7 @@
  
 // Change these to make tests run successfully
 $mailbox  = '{localhost}';
-$username = 'webmas...@something.com';
+$username = 'webmas...@example.com';
 $password = 'p4ssw0rd';
 $options = OP_HALFOPEN; // this should be enough to verify server present
 $retries = 0; // dont retry connect on failure
@@ -13,4 +13,4 @@
        die("skip could not connect to mailbox $mailbox");
 }
 imap_close($mbox);
-?>
\ No newline at end of file
+?>
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/mail/mail_include.inc?r1=1.2.2.2&r2=1.2.2.3&diff_format=u
Index: php-src/ext/standard/tests/mail/mail_include.inc
diff -u php-src/ext/standard/tests/mail/mail_include.inc:1.2.2.2 
php-src/ext/standard/tests/mail/mail_include.inc:1.2.2.3
--- php-src/ext/standard/tests/mail/mail_include.inc:1.2.2.2    Fri Jan 23 
17:12:19 2009
+++ php-src/ext/standard/tests/mail/mail_include.inc    Sun Jan 25 23:28:18 2009
@@ -2,7 +2,7 @@
 // Change these to make tests run successfully
 $server   = '{localhost}';
 $default_mailbox = $server . "INBOX";
-$domain = "something.com";
+$domain = "example.com";
 $admin_user = "webmaster"; // a user with admin access 
 $username = "$admin_u...@$domain";
 $password = 'p4ssw0rd';
@@ -147,4 +147,4 @@
        return $match[1];
 }
 
-?>
\ No newline at end of file
+?>
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/mail/ezmlm_hash_error.phpt?r1=1.2.2.2&r2=1.2.2.3&diff_format=u
Index: php-src/ext/standard/tests/mail/ezmlm_hash_error.phpt
diff -u php-src/ext/standard/tests/mail/ezmlm_hash_error.phpt:1.2.2.2 
php-src/ext/standard/tests/mail/ezmlm_hash_error.phpt:1.2.2.3
--- php-src/ext/standard/tests/mail/ezmlm_hash_error.phpt:1.2.2.2       Fri Jan 
23 17:12:19 2009
+++ php-src/ext/standard/tests/mail/ezmlm_hash_error.phpt       Sun Jan 25 
23:28:18 2009
@@ -14,7 +14,7 @@
 
 echo "\n-- Testing ezmlm_hash() function with more than expected no. of 
arguments --\n";
 $extra_arg = 10;
-var_dump( ezmlm_hash("webmas...@something.com", $extra_arg) );
+var_dump( ezmlm_hash("webmas...@example.com", $extra_arg) );
 
 echo "\n-- Testing ezmlm_hash() function with invalid input - ARRAY --\n";
 $array_arg = array(1,2,3,4);
@@ -63,4 +63,4 @@
 
 Warning: ezmlm_hash() expects parameter 1 to be string, resource given in %s 
on line %d
 NULL
-===DONE===
\ No newline at end of file
+===DONE===



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

Reply via email to