Skip to content

Commit

Permalink
Recognize PS/SC PHP extension name (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Apr 20, 2023
1 parent cce3f33 commit 3aabe9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhpManager/private/Get-PhpExtensionHandle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'advanced php debugger (apd)' { $handle = 'apd' }
'nt user api' { $handle = 'ntuser' }
'the ioncube php loader' { $handle = 'ioncube_loader' }
'ps/sc' { $handle = 'pssc' }
default {
$replaced = $handle -replace '\s+', '_'
if (-Not($replaced -match '^[a-z0-9][a-z0-9_\-]+$')) {
Expand Down

0 comments on commit 3aabe9e

Please sign in to comment.