hi,
I encounter a problem when try to load curl extension. I modified php.ini and copyed ssleay32.dll to system32.
when i restart Apache, it prompt some error messages.
OleMainThreadWndName: Apache.exe - Ordinal not find
Cannot load dll number XXXXXXX
Warning
Unable to load dynamic library '...../extensions/php_curl.dll' - window cannot run %1
these 2 messages will repeat 3 times, where XXXXXXX is different each time.
Finally, Apache cannot start.
i'm sure that the extensions directory is correct, since i'm using other extensions.
i'm using NT4.0, php4.2.3, apache 1.3.24.
What's wrong?
thx!