Anyone use the SAPI php-milter that ships with the distribution.
I have installed it and gotten it working, but now that I am trying to get it to use mysql, it is blowing up on me...
Whenever it hits the line:
$GLOBALS['db']= mysql_connect("localhost","root","") or die(milter_log("milter-db",mysql_error()));
it shuts now no error, no log message nothing... its almost as if php-milter cannot handle mysql calls.
I have:
Verified mysql is configured and running
Verified that php can call mysql using the same series of commands.
Stripped the command down to: mysql_connect("localhost","root","") ; and it still blows up when ever that line is called.
I also tried moving all the database calls to an isolated routine and I still get nothing
Suggestions anyone?
Thanks