[PHP] Slow Access to SMTP is Causing Slow mail()

2002-05-30 Thread Bruce Vander Werf
don't believe DNS is the culprit. Besides, mail() is slow, and that is accessing the SMTP server locally. What would be taking SMTP so long to respond? Any configuration parameters I need to look at? I am using SendMail 8.10.2 on a Cobalt RAQ4. -- Bruce Vander Werf [EMAIL PROTECTED] --

[PHP] Apache Doesn't' Process php Files

2002-05-22 Thread Bruce Vander Werf
the web server several times. What else do I need to check? What could be preventing Apache and PHP from playing nice together? -- Bruce Vander Werf [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] W2K SP2, PHP 4.2.1, IIS 5

2002-05-22 Thread Bruce Vander Werf
Josh, Try just using mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 12:55 PM To: [EMAIL PROTECTED] Subject: [PHP] W2K SP2, PHP 4.2.1, IIS 5 Hey all, I have a problem, that I can't seem to find the answer to. I have checked the archives and the website, but to no avail. I have ins

[PHP] Trouble with socket_select

2002-05-22 Thread Bruce Vander Werf
$addr, $port)) echo "\n$buffer"; } } I never see $socket being readable, i.e. a return value from socket_select greater than 0. I also can see in EtherPeek that UDP packets are being sent back to this socket in response to the broadcast. Any help would be appreciated. --Bruce