Andy Raines

Results 15 comments of Andy Raines

Hi I've not really got much time to work on this anymore, and I've moved away from the PHP community now. However, I'm more than happy to take on any...

Hi You can rebuild the PHP binary with any flags you desire as per the readme: https://github.com/araines/serverless-php#rebuilding-php-binary If you have a look in the dockerfile in particular: https://github.com/araines/serverless-php/blob/master/dockerfile.buildphp You can...

Apologies, I didn't realise Redis wasn't coming in via a build flag on PHP. The dockerfile gives you the ability to run anything you want within the Amazon Linux environment...

Based on the error message you are getting (`Error: spawn EACCES`) my guess would be that the PHP binary packaged and deployed to AWS Lambda does not have execute permission....

Actually this looks like a duplicate of the outstanding #10 - basically someone else having a problem with getting executable flags on files within Windows.

Also if you do get this working, please do feedback how - it would be great to get the additional info on the README for those unfortunate enough to have...

Hi @robertcharlesfox thanks for the input - I think the issue you were facing was a little different to the one reported. Functions being undefined within PHP is very much...

Best guess is that its expecting some system libraries to exist which do not. Are you running the `php -v` within the lambda environment (or AWS docker image) or on...

This should be as simple as changing the `runtime` value within the `serverless.yml` (contributions welcomed!). However I would also say that this way of building PHP services on top of...

Hi @san-kumar I've just rerun through the steps in the README and its working fine, although there is one more step you need to do to get it working, which...