|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-08-17 14:09 UTC] sas at cvs dot php dot net
[1999-08-29 11:25 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jul 05 07:00:01 2026 UTC |
The script stalls on the set_socket_blocking function, if the function is commented out or removed the script works perfectly in php 4.0 Beta 2. This script works entirely in php 3.0.8 versions an higher. $fp = fsockopen ( $mail_server, 25 ); if ($fp) { set_socket_blocking ( $fp, false ); echo "works"; fputs ( $fp, "QUIT\n" ); }