Toni Viemerö
Toni Viemerö
> I am wondering if anyone knows any timing on release of ssh2 for php8.0. Not the best place for this question, but 10 days ago the timing for 1.3...
Why would he package your fork of the original, which has already official Debian packages built in [Confluent](https://docs.confluent.io/current/installation/available_packages.html).
`intl` extension uses `libicu` from (Debian|Ubuntu), which uses bundled timezones, which are (always) outdated. You need to download latest timezone db's and use `ICU_DATA` environment variable for PHP. I've got...
¯\\\_(ツ)\_/¯ ``` $ lsb_release -cs xenial $ php -r 'print \IntlTimeZone::createTimeZone("Europe/Moscow")->getTZDataVersion();' 2015b $ ICU_DATA=/opt/icu php -r 'print \IntlTimeZone::createTimeZone("Europe/Moscow")->getTZDataVersion();' 2018e ```
PHP `intl` extension functions use ICU, which has its own database and cannot be patched to use system tzdata. Regular date/time stuff (like `DateTimeZone`) can be patched to use system...
You could create a new issue and request packaging `php-timezonedb` 🙂 I know at least I would benefit from that.
I've got `env[ICU_DATA] = /opt/icu` in all my `/etc/php/7.2/fpm/pool.d/example.conf` files.
Subscribing to this, since the official `memcache` extension doesn't build for PHP7 and seems abandoned. Sure there is one or two forked versions, but...
@antonioribeiro Hi, have you abandoned this and/or `pragmarx/firewall` package?
Any update on this?