Jáchym Toušek
Jáchym Toušek
https://github.com/cloudfoundry/buildpacks-ci/blob/a72af23c382e7482ed9a23a2655aaf2c5c3a7738/tasks/build-binary-new/php8-base-extensions.yml#L164-L167 @sophiewigmore It seems to refer to some AmqpPeclRecipe... where can I find these recipes?
@sophiewigmore That... doesn't make sense... amqp extension requires `librabbitmq-dev` to be installed for `pecl install amqp` to work and then `librabbitmq4` for runtime. I don't see either of these mentioned...
@EmanueleMinotto I don't have time for that now... Also I've noticed that the DBALStorage completely ignores the `$storageName` argument. Maybe it should be used as a prefix for the key?...
@EmanueleMinotto I'm also wondering if there should be some sort of support for transactions (when inserting/updateing multiple values). Not sure if that's relevant to other storages than sql database.
Ok, I'll open separate issues. :-)
All done. You can delete the unrelated commens from this issue if you want.
@EmanueleMinotto Any progress?
@Majkl578 Assuming that migrations would be stateless, we need to figure out the new API. Basically the only things the Migration needs to receive are `Schema` and `Version` (everything else...
In the end I made a simple visualization using [vis.js network](http://visjs.org/network_examples.html). The one problem I have right now is that the JSON is missing information about which method on the...
Can you try with dev-master? There were some fixes around date formats.