Reynier de la Rosa

Results 9 comments of Reynier de la Rosa

You have something like this `$distanceMatrix = new DistanceMatrixService(new Client(), new GuzzleMessageFactory());` Then you can set it here `$distanceMatrix->setKey('API-KEY');`

Same for me, reported [here](https://github.com/microsoft/mssql-docker/issues/479)

This is the workaround that works for me, I create a docker volume to persist data between containers and add a host folder to temp in order to share backups...

I make [this one](https://github.com/sirio3mil/docker-php-fpm-image) under centos 7 and php 7.1.1. It also include soap for Exchange Webservices and ldap for autentifications. This is also available on DockerHub under [reynier3mil/centos-php-fpm-msphpsql](https://hub.docker.com/r/reynier3mil/centos-php-fpm-msphpsql/).

sqlsrv-php, cuz sqlsrv is the Microsoft driver's name, mssql is the name of the old and obsolete non Microsoft connector for PHP, not even included in PHP 7.

I had the same error and I solved it by erasing the images and containers and re-creating them. Docker version 1.13.1, build 092cba3 Windows 10 build 15031.rs2_release.170204-1546

You use unixODBC 2.3.2 but in Microsoft's recomendation for ODBC 11 is to use 2.3.0 version, does it matter? Will you reply this post if test unixODBX 2.3.4?

Same error here, code is perfectly fine ``` Loading with \Exakat\Loader\SplitGraphson 111/118 [================================================================>----] 94.07% 00:00:02 Error : The script submitted for processing evaluated in the ScriptEngine with errors and could...

Using exakat/exakat:2.0.9 everything works fine, also, notice that image with exakat 2.1.2 have 381 MB and with 2.0.9 there are more than 600, big change for a minor version right?