dhanzhelo / SmppClientBundle

PHP 5 based SMPP client bundle for Symfony2. Forked from https://github.com/onlinecity/php-smpp
4 stars 7 forks source link

No signature assignment in SmppTransmitter constructor #1

Closed Siao-pin closed 9 years ago

Siao-pin commented 9 years ago

During creation a new SmppTransmitter instance there is no assignment "signature" input variable to object's private "signature" property.

dhanzhelo commented 9 years ago

Please provide me more information about the case you are referring to.

Siao-pin commented 9 years ago

Sorry, maybe it was problem with default version pulled from packagist. 1.0.0-dev version installation failed with error:

Problem 1

  • The requested package kronas/smpp-client-bundle could not be found in any version, there may be a typo in the package name.

I tryied ^1.0, but it was old version with signature bug mention above. Meanwhile dev-master version is working as expected.