Ben bir sunucuya bağlanmak için fsockopen kullanıyor bir sunucu üzerinde basit bir php script var.
<?php
$fp = fsockopen("smtp.gmail.com", 25, $errno, $errstr, 30);
if (!$fp) {
echo "$errstr ($errno)<br />\n";
} else {
echo fgets($fp, 1024);
fclose($fp);
}
?>
The problem is the the script times out and fails to connect. If i change the port from 25 to 80 for example it works without problems on any host. So the problem seems to be only the port 25 no matter what host i use, i tried a lot of them and all work for port 80 and others but for 25 fails.
Connections are not blocked form firewall as if i telnet from shell it successfully connects to any port on any host.
Any idea what could be the problem as it's really weird?
LE: i kabuğundan aynı php komut dosyası çalıştırırsanız, php i başarısız http tarafından çalıştırmak sadece bu yüzden çalışır scriptname.php. Ben bu yüzden sorun buralarda bir yerde olduğunu suPHP'lidir apache var