From:             [EMAIL PROTECTED]
Operating system: linux red hat7.2
PHP version:      4.1.1
PHP Bug Type:     *URL Functions
Bug description:  fopen

$file="http://s105.now.net.cn/try.php";;
fopen ($file, "r")
it is okay 
but when I change to port to 81 
I test it okay in browser  but 
$file="http://s105.now.net.cn:81/try.php";;
fopen ($file, "r")
can't work 
it seems that it still in port 80 
it's a bug ?



-- 
Edit bug report at: http://bugs.php.net/?id=14842&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to