Marco De Bortoli

Results 106 comments of Marco De Bortoli

Yes, I appreciate is a breaking one and it requires a major, I just wanted to help in the meantime. I’m going to update the examples and the docs where...

I started updating the rest of the code to reflect this change. https://github.com/php-telegram-bot/ansible-role-php-telegram-bot/pull/1 https://github.com/php-telegram-bot/example-bot/pull/38 https://github.com/php-telegram-bot/laravel/pull/22 https://github.com/php-telegram-bot/support-bot/pull/37 https://github.com/php-telegram-bot/telegram-bot-manager/pull/56 Builds are failing because I can't really update the lock files because that...

No problem, I'll have a look at those in the next days maybe and try to help you out with those too.

@noplanman which is already the case if you look at the PR... also, unless I'm overlooking something this ```php Class 'Longman\TelegramBot\Tests\Unit\TestCase' not found in /home/travis/build/php-telegram-bot/core/tests/unit/Entities/EntityTest.php:23 ``` Doesn't even exists, the...

That's weird... it was freshly forked and rebase from upstream is one of the first thing I do as part of my workflow. Glad we sorted this out. I'm going...

What chip do you have? I couldn’t compile 2.7 on the M1 Pro at the time.

@theofidry not sure that's true though. I had no issues compiling 8.1 and 8.2 on M1 myself. I had only issues with 8.0 although I admittedly didn't use phpbrew but...

Hello @sademban it takes long time because phpenv relies on php-build to compile the requested version straight from source rather than from your package manager and as such it's really...

Hey @galvao I know this is probably a stupid question but, did you try to install any php version via the install command?

@sebabratakundu I just had a look at the script's code and there is nothing in there that would do that so I have to assume something else caused the loss...