Mitch Broadhead

Results 4 issues of Mitch Broadhead

The docs mention: ## Raw response output By default, this package will return the body of a response as either a deserialized JSON object or a SimpleXMLElement object. There might...

When you create a custom field of type **Number** in Salesforce, Forrest always returns a PHP float for that field. This means you can't reliably store IDs in a Number...

Hi, Your composer.json only requires phpredis 2.2.5: https://github.com/ronnylt/redlock-php/blob/master/composer.json#L12 Your actual code requires phpredis >= 2.6.12: https://github.com/ronnylt/redlock-php/blob/master/src/RedLock.php#L99 For details, see this: https://github.com/phpredis/phpredis/commit/711f053b9f23116a917e761360c3f59f2fbdabea When I run your test with phpredis 2.2.5, I...

After running `,`, `[,`, or `],`, I get the following error: ``` Error detected while processing function 15_Count: E121: Undefined variable: v:operator E15: Invalid expression: v:operator ``` The argument switch...