Cesar D. Rodas - 2007-03-06 16:50:31 -
In reply to message 1 from chris
That bug is fixed. That is because in Linux and Unix Like OS needs the IP to bind. In Windows just needs to give NULL.
Download the new version.
Thanks for report that Error.
PD1: And another recommendation. Do never run this script as a Apache module or CGI... Because this script never die. I recommend to run it as console application.
Ex:
php -q scriptname.php & #Execute and send to background
PD2: You need to have a permission from root to listen something in UDP in UnixLikeOS, and to stop the "named", because that's program is listening the 53 port that this script use.