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 c80b87e commit c580f48Copy full SHA for c580f48
extension/BuildPhpExtension/patches/imagick.ps1
@@ -0,0 +1 @@
1
+(Get-Content imagick.c) | ForEach-Object { $_ -replace 'php_strtolower', 'zend_str_tolower' } | Set-Content imagick.c
0 commit comments