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

Home Page:http://marcelog.github.com/PAMI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 7.4 Error

kstych opened this issue · comments

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, '');

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

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

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

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

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

@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?