-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels