PVM 2.0 - Extension toggling #37
hjbdev
announced in
Announcements
Replies: 1 comment 3 replies
|
This is a great feature. I've run into two problems though:
-;extension=openssl
+extension=C:\Users\Username\.pvm\bin\ext\php_openssl.dll |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
PVM 2.0
A major release introducing the Extensions command and a restructured CLI.
New Features
pvm extensionsorpvm e)pvm extensions list- Show all regular and Zend extensions for the active PHP version with status (enabled/disabled/available/missing)pvm extensions enable <ext>- Enable extensions in the active version's php.inipvm extensions disable <ext>- Disable extensions in the active version's php.iniBreaking Changes
pvm pathrenamed topvm binfor clarityImprovements
ealias for extensions commandTesting
Infrastructure
All reactions