I am trying to upload a 35Mb XML file.
But i got this error in the error_log from php
[22-Feb-2018 10:03:12 Europe/Belgrade] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\PHP\v5.6\ext\php_pdo_firebird.dll' - The specified module could not be found.
How can i debug this??
cmd?if exist "C:\Program Files (x86)\PHP\v5.6\ext\php_pdo_firebird.dll" ( echo FILE EXISTS ) else ( echo THE FILE DOES NOT EXIST LOL )