I upgraded my PHP 5.6.30 (https://www.apachefriends.org/de/download.html) to PHP 7.0 (https://bitnami.com/stack/wamp/installer)
Everything worked fine so far and it
Open your php.ini file and uncomment or add the following lines:
extension_dir = "C:\PHP\ext" ;<- your PHP path extension=php_pdo_odbc.dll extension=php_odbc.dll
Reset Internet Information Services: On command prompt with admin rights type:
iisreset
This fixed the problem for me.