Skip to content

Commit

Permalink
Add handle for ionCube Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed May 29, 2019
1 parent ebff2e0 commit bfc92a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PhpManager/private/Get-PhpExtensionHandle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
'zend opcache' { $handle = 'opcache' }
'advanced php debugger (apd)' { $handle = 'apd' }
'nt user api' { $handle = 'ntuser' }
'the ioncube php loader' { $handle = 'ioncube_loader' }
'ioncube loader' { $handle = 'ioncube_loader' }
default {
if (-Not($handle -match '^[a-z0-9][a-z0-9_\-]+$')) {
throw "Unrecognized PHP extension name: $Name"
Expand Down

0 comments on commit bfc92a1

Please sign in to comment.