David Zülke
David Zülke
Although that'd typically be fixable with an APT buildpack.
All the necessary docs are at https://github.com/heroku/heroku-buildpack-php/blob/master/support/build/README.md (yes, it takes a while to understand; no, it can't be simplified). The `zmq` extension is completely unmaintained, hasn't been updated in over...
If anybody wants to help with this, https://bugs.php.net/76719 needs to be fixed in order for this functionality to have any chance of ever being able to see the light of...
The bug still exists; if you run this, it'll show you all the PECL categories with broken XML (as in, those who have more than one `
Is it a problem to enable it in the custom config that 99% of Nginx users on Heroku need anyway? :)
(it's not enabled in Apache either)
Like those docs say, it's the responsibility of each application (and those docs are language agnostic, so no PHP specific stuff will go in there). So the normal Nginx or...
Yeah :) I'm leaving this open as a reminder; not saying we can't do it by default, but it needs to be done carefully. I should have bandwidth to tackle...
The minimum config you need: ``` gzip on; gzip_vary on; gzip_proxied any; gzip_types …; ```