Michael Slowik
Michael Slowik
Working inside the container using `docker exec -it ... bash`, the only way to use PHP seems to be running `/cnb/lifecycle/launcher php`. Adding `/cnb/lifecycle/` to the execution path or, symlinking...
PHP ext-sodium seems to missing in buildpacks. The solution to this issue is adding to `composer.json`: ``` "config": { ... "platform": { "ext-sodium": "2" } } ``` No clue why...
### 🔗 Linked issue #107 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking...
MongoDB extension is not working with `gcloud builds submit --pack`. Build log: ``` Warning: PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /layers/google.php.runtime/php/lib/php/extensions/no-debug-non-zts-20240924/mongodb.so (libsnappy.so.1: cannot open shared object file:...