Open tonymorella opened 8 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.
Thanks for letting me know. I'll look into it. BTW, which version are we talking about? PHP 5.6 or 7.0?
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.