jonkerw85

Results 6 comments of jonkerw85

https://github.com/cooperl22/laravel-db2/pull/80

You can modify the CCSID value in the odbc_keywords array, see also https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.idad400/ccsids.htm. Our data in de database is ISO-8859-1, but the clients need the data in UTF8. To accomplish...

@jgough This might not apply to you. But I'm running OpenSearch with an Nginx proxy in front of it. Nginx is configured with basic auth. This works flawlessly.

Yes, I have also added the verbose flag. It did not really help. Thanks anyway, I will investigate it further myself.

This probably won't get fixed. You can solve this by running composer as follow (on Linux) `JWT_SECRET=DummySecret composer install`

@shyim Might be a good idea. I use the removeUnusedServices documented here https://github.com/aws/aws-sdk-php/tree/master/src/Script/Composer from the official PHP SDK.