We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebff2e0 commit bfc92a1Copy full SHA for bfc92a1
PhpManager/private/Get-PhpExtensionHandle.ps1
@@ -32,6 +32,8 @@
32
'zend opcache' { $handle = 'opcache' }
33
'advanced php debugger (apd)' { $handle = 'apd' }
34
'nt user api' { $handle = 'ntuser' }
35
+ 'the ioncube php loader' { $handle = 'ioncube_loader' }
36
+ 'ioncube loader' { $handle = 'ioncube_loader' }
37
default {
38
if (-Not($handle -match '^[a-z0-9][a-z0-9_\-]+$')) {
39
throw "Unrecognized PHP extension name: $Name"
0 commit comments