scraperlab / browserext

A PHP extension for web scraping and browser emulation based on QtWebKit. Supports javascript and AJAX.
MIT License
44 stars 18 forks source link

not working with windows 2012 #4

Closed mrqaidi closed 7 years ago

mrqaidi commented 9 years ago

please help i have problem with installing on windows server 2012. when i add line extension=php_browserext.dll error1 error2

please help

scraperlab commented 9 years ago

You must copy all dll's from binaries\win32\Qt directory to С:\windows\system32.

mrqaidi commented 9 years ago

i did that . but still not working

scraperlab commented 9 years ago

Try to copy this dll's to bin directory of your web server (where the httpd.exe is located, If you use apache).

scraperlab commented 9 years ago

Or try to register copied dll's in command line with: regsvr32 “name.dll” command read this http://fix4dll.com/how_to_install_dll_files