niel / php-yenc

Basic implementation of yEnc specification for in memory encoding/decoding.
5 stars 6 forks source link

version shows as 1.1.1 #2

Open tonymorella opened 7 years ago

tonymorella commented 7 years ago

FYI version strange issue with version showing in php -a

$extensions = get_loaded_extensions(); foreach ($extensions as $extension) { echo "$extension: " . phpversion($extension) . "\n"; }

yenc: 1.1.1

Made sure it was the correct file, removed it from lib and did not show, put it back, and it does. For the life of me, I can not figure out where this is coming from and why it's now showing 1.2.2.

niel commented 7 years ago

Thanks for letting me know. I'll look into it. BTW, which version are we talking about? PHP 5.6 or 7.0?