marcelog / PAMI

PHP Asterisk Manager Interface ( AMI ) supports synchronous command ( action )/ responses and asynchronous events using the pattern observer-listener. Supports commands with responses with multiple events. Very suitable for development of operator consoles and / or asterisk / channels / peers monitoring through SOA, etc
http://marcelog.github.com/PAMI
Apache License 2.0
402 stars 281 forks source link

PHP 7.4 Error #188

Open kstych opened 4 years ago

kstych commented 4 years ago

Hi getting error with php 7.4 with below details

ErrorException | implode(): Passing glue string after array is deprecated. Swap the parameters

Line : 72 File : vendor/marcelog/pami/src/PAMI/Message/Event/Factory/Impl/EventFactoryImpl.php

$name = implode($parts, '');

aqvador commented 3 years ago

I moved the project to 7.4 I get the same error I understand you haven't fixed it yet =(

aqvador commented 3 years ago

Dear developers, swap the arguments in implode a year has passed the problem is not solved (

Stollie commented 3 years ago

The fix is in here: https://github.com/marcelog/PAMI/compare/v2.0.2...master

But for some reason, it's not in v2.0.2 when in get it through composer. :(

aqvador commented 3 years ago

The fix is in here: v2.0.2...master

Yes, the project campaign faded. they implemented to the maximum what they could, but they don't want to support it (

There was a fix, but there is no tag or release

TheWildHorse commented 3 years ago

@marcelog Can we get a new tag for the 7.4 support, or is there more work to do on it where you could use my help?