Problem:
PHP Startup: Unable to load dynamic library 'C:\\php7\\ext\\php_curl.dll' - The operating system cannot run %1.\r\n in Unknown on line 0Solution:
- Step1: Uncomment the php_curl.dll from php.ini
- Step2: Copy the following three files from php installed directory.i.e "C:\\php7".
- libeay32.dll,
- libssh2.dll,
- ssleay32.dll
- Step3: Paste the files under two place
- httpd.conf's ServerRoot directive. i.e "C\Apache24"
- apache bin directory. i.e "C\Apache24\bin"
- Step4: Restart apache.
Mastering PHP 7: Design, configure, build, and test professional web applications
No comments:
Post a Comment