Skip to content

Commit 6713507

Browse files
authored
Merge pull request #19 from Slamdunk/patch-2
PCOV: remove patch now in upstream
2 parents e4c200a + d92c960 commit 6713507

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/patch-extensions.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,3 @@ patch_redis() {
6060
patch_igbinary() {
6161
[[ "$PHP_VERSION" = "8.3" || "$PHP_VERSION" = "8.4" || "$PHP_VERSION" = "8.5" ]] && find . -type f -exec sed -i 's/zend_uintptr_t/uintptr_t/g' {} +;
6262
}
63-
64-
# Function to patch pcov source.
65-
patch_pcov() {
66-
[[ "$PHP_VERSION" = "8.4" || "$PHP_VERSION" = "8.5" ]] && sed -i 's/0, 0, 0, 0/0, 0, 0/' pcov.c
67-
}

0 commit comments

Comments
 (0)