I remember seeing some bug report about this..did you close it? :)
In the future, if there is some bug report the commit either fixes or
relates to, use the bug number in the commit message. Like '- Fixed bug
#12345..' or "- Did this and that, related to bug #12345".
--Jani
Arnaud Le Blanc wrote:
lbarnaud Wed Jul 23 08:27:17 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/network gethostbynamel_error.phpt
Log:
MFH: Fix test: use canonical name to avoid problems with domain search path
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/network/gethostbynamel_error.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/standard/tests/network/gethostbynamel_error.phpt
diff -u php-src/ext/standard/tests/network/gethostbynamel_error.phpt:1.1.4.2
php-src/ext/standard/tests/network/gethostbynamel_error.phpt:1.1.4.3
--- php-src/ext/standard/tests/network/gethostbynamel_error.phpt:1.1.4.2
Wed Mar 26 18:19:31 2008
+++ php-src/ext/standard/tests/network/gethostbynamel_error.phpt Wed Jul
23 08:27:17 2008
@@ -21,7 +21,7 @@
var_dump( gethostbynamel($hostname, $extra_arg) );
echo "\n-- Testing gethostbynamel() with an unknown host --\n";
-$hostname = 'unknownhost_zzz_xxx_yyy';
+$hostname = 'unknownhost_zzz_xxx_yyy.';
var_dump( gethostbynamel($hostname) );
echo "Done";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php