Skip to content

Commit

Permalink
Merge pull request #19 from Slamdunk/patch-2
Browse files Browse the repository at this point in the history
PCOV: remove patch now in upstream
  • Loading branch information
shivammathur authored Dec 9, 2024
2 parents e4c200a + d92c960 commit 6713507
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/patch-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,3 @@ patch_redis() {
patch_igbinary() {
[[ "$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' {} +;
}

# Function to patch pcov source.
patch_pcov() {
[[ "$PHP_VERSION" = "8.4" || "$PHP_VERSION" = "8.5" ]] && sed -i 's/0, 0, 0, 0/0, 0, 0/' pcov.c
}

0 comments on commit 6713507

Please sign in to comment.