Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

PHP Extensions


ghost's Avatar
0 0

I'm trying to run Apache/PHP/MySQL from my PC at home (Windows XP Pro SP2).

I have everything working but whenever I try to load the php_curl.dll extension, it writes an entry to the apache error log:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:/php/ext/php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0

C:/php/ext is set as the extension DIR, and php_mysql.dll loads fine from there. WTF is wrong?


ghost's Avatar
0 0

Did you save the file in the right directory?If you did, maybe you should try downloading easyphp. It's simpler, after you install it, save the file in the easyphp http://127.0.0.1/name.phpe file on the browser….For example…http://127.0.0.1/name.php or whatever file you want to open that is in the http://127.0.0.1/ke sure the link is http://127.0.0.1/ ;)


ghost's Avatar
0 0

php_curl.dll IS in the right place, but it still won't load. I might try easyphp though.


ghost's Avatar
0 0

try using xampp, it will install evrything (Apache, MYSQL and PHP) all in one package…..it is much easier then installing them seperatly


ghost's Avatar
0 0

Edit the php.ini file, go in the extensions section and del the ";" before the extension you wanna use. This should work


ghost's Avatar
0 0

Larika wrote: Edit the php.ini file, go in the extensions section and del the ";" before the extension you wanna use. This should work

Thats what I did, and it didn't work.


ghost's Avatar
0 0

Thanks, I'll give that a try

EDIT: I got it working now. It turned out I needed to put libeay32.dll and slleay.dll into WINDOWS\system32, not just adding the folder they were in to the PATH.