Skip to content

Commit bfc92a1

Browse files
committed
Add handle for ionCube Loader
1 parent ebff2e0 commit bfc92a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PhpManager/private/Get-PhpExtensionHandle.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
'zend opcache' { $handle = 'opcache' }
3333
'advanced php debugger (apd)' { $handle = 'apd' }
3434
'nt user api' { $handle = 'ntuser' }
35+
'the ioncube php loader' { $handle = 'ioncube_loader' }
36+
'ioncube loader' { $handle = 'ioncube_loader' }
3537
default {
3638
if (-Not($handle -match '^[a-z0-9][a-z0-9_\-]+$')) {
3739
throw "Unrecognized PHP extension name: $Name"

0 commit comments

Comments
 (0)