Page 1 of 1

Importing php_curl.mng.dll

PostPosted: August 1st, 2012, 3:46 am
by blackraven36
I am having a problem getting curl to show up on the PHP side. I have imported curl by adding the following:

<add url="bin/php_curl.mng.dll" />

the file is in fact in my bin/ folder. It compiles and runs just fine, however when I try to call curl_init() I get the following error:

Error: curl_init(): Call to undefined external function 'curl_init', extension 'php_curl' (extension not found).

I am not sure what I doing wrong. I would assume I need the php_curl.mng file but I seem to be missing it from my system... (where I got the mng.dll from). Any help is greatly appreciated!