Hi all,

 I want to add an extension (CURL, mysql) to a php program without
specifying it in php.ini (because on some servers I might not have the right
to modify that configuration file).

I have tried using the dl() function, but here is an error I get on the
browser when doing this:

Warning: dl() [
function.dl]:
Not supported in multithreaded Web servers - use extension=ext/php_mysql.dll
in your php.ini in D:\broker\html\cotatii.php on line 6

Fatal error: Call to undefined function mysql_connect() in
D:\broker\html\cotatii.php on line 8

Thank you.

Teddy

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

Reply via email to