Remove legacy xhprof

This commit is contained in:
cytopia
2023-01-01 17:12:21 +01:00
parent 3770ac24ff
commit c0ee7a7e13
8 changed files with 6 additions and 86 deletions

View File

@@ -7,19 +7,3 @@
all:
type: pecl
5.6:
type: pecl
version: 0.9.4
5.5:
type: pecl
version: 0.9.4
5.4:
type: pecl
version: 0.9.4
5.3:
type: pecl
version: 0.9.4

View File

@@ -4,7 +4,7 @@
name: xhprof
# Exclude module build/installation for the following PHP versions
exclude: [5.2]
exclude: [5.2, 5.3, 5.4, 5.5, 5.6]
# In order for this module to built correctly against all dependencies,
# the following modules must have been built first.