danog / MadelineProto

Async PHP client API for the telegram MTProto protocol
https://docs.madelineproto.xyz
GNU Affero General Public License v3.0
2.76k stars 619 forks source link

PHP Version 8.2.0RC7 but still not working #1458

Closed EarningWithSubham closed 6 months ago

EarningWithSubham commented 6 months ago

My PHP Version is 8.2.0RC7, but it say php 8.2+ version require. Please fix it.

danog commented 6 months ago

Please install exactly php 8.3.1.

Not 8.3.0, not 8.3, not 8.2, not 8.1, only 8.3.1 or above.

miztizm commented 1 week ago

What are the current supported PHP versions? Why can't I use 8.2? Thank you.

danog commented 1 week ago

You can use php 8.2, but only the very latest release (8.2.21), but I strongly recommend using 8.3 (8.3.9).

miztizm commented 1 day ago

Ye im using a 8.2.21! Thanks @danog Could you outline some limitations of version 8.2.21 and advantages of using a 8.3.9? Thank you for the information.

danog commented 1 day ago

On 8.2 you cannot make use of the performance improvements and new features introduced in 8.3, you can view a small subset of the improvements introduced in 8.3 here: https://php.watch/versions/8.3

miztizm commented 15 hours ago

Спасибо большое за наводку и успехов с очень классным софтом:)