Skip to content

Commit c580f48

Browse files
committed
Add patch for imagick for PHP 8.4
1 parent c80b87e commit c580f48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(Get-Content imagick.c) | ForEach-Object { $_ -replace 'php_strtolower', 'zend_str_tolower' } | Set-Content imagick.c

0 commit comments

Comments
 (0)