* Thus wrote Josh Close:
> I installed php-5.0.0 and I get these error when doing "php -v"
> 
> PHP Warning:  Function registration failed - duplicate name -
> mssql_connect in Unknown on line 0

Usually means that that module tried to get loaded twice or that
you have that module staticly compiled in and are trying to load
the module via an so as well.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to