mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 02:51:15 +00:00
Remove legacy xhprof
This commit is contained in:
@@ -1549,21 +1549,9 @@ extensions_available:
|
||||
type: pecl
|
||||
version: 2.2.7
|
||||
xhprof:
|
||||
disabled: [5.2]
|
||||
disabled: [5.2, 5.3, 5.4, 5.5, 5.6]
|
||||
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
|
||||
xlswriter:
|
||||
disabled: [5.2, 5.3, 5.4, 5.5, 5.6]
|
||||
all:
|
||||
|
||||
@@ -640,17 +640,6 @@ RUN set -eux \
|
||||
&& true
|
||||
|
||||
|
||||
# -------------------- Installing PHP Extension: xhprof --------------------
|
||||
RUN set -eux \
|
||||
# Installation: Version specific
|
||||
# Type: PECL extension
|
||||
# Default: Pecl command
|
||||
&& pecl install xhprof-0.9.4 \
|
||||
# Enabling
|
||||
&& docker-php-ext-enable xhprof \
|
||||
&& true
|
||||
|
||||
|
||||
# -------------------- Installing PHP Extension: xmlrpc --------------------
|
||||
RUN set -eux \
|
||||
# Installation: Generic
|
||||
@@ -979,8 +968,6 @@ RUN set -eux \
|
||||
&& php-fpm -m | grep -oiE '^wddx$' \
|
||||
&& php -m | grep -oiE '^xdebug$' \
|
||||
&& php-fpm -m | grep -oiE '^xdebug$' \
|
||||
&& php -m | grep -oiE '^xhprof$' \
|
||||
&& php-fpm -m | grep -oiE '^xhprof$' \
|
||||
&& php -m | grep -oiE '^xmlreader$' \
|
||||
&& php-fpm -m | grep -oiE '^xmlreader$' \
|
||||
&& php -m | grep -oiE '^xmlrpc$' \
|
||||
|
||||
@@ -651,17 +651,6 @@ RUN set -eux \
|
||||
&& true
|
||||
|
||||
|
||||
# -------------------- Installing PHP Extension: xhprof --------------------
|
||||
RUN set -eux \
|
||||
# Installation: Version specific
|
||||
# Type: PECL extension
|
||||
# Default: Pecl command
|
||||
&& pecl install xhprof-0.9.4 \
|
||||
# Enabling
|
||||
&& docker-php-ext-enable xhprof \
|
||||
&& true
|
||||
|
||||
|
||||
# -------------------- Installing PHP Extension: xmlrpc --------------------
|
||||
RUN set -eux \
|
||||
# Installation: Generic
|
||||
@@ -990,8 +979,6 @@ RUN set -eux \
|
||||
&& php-fpm -m | grep -oiE '^wddx$' \
|
||||
&& php -m | grep -oiE '^xdebug$' \
|
||||
&& php-fpm -m | grep -oiE '^xdebug$' \
|
||||
&& php -m | grep -oiE '^xhprof$' \
|
||||
&& php-fpm -m | grep -oiE '^xhprof$' \
|
||||
&& php -m | grep -oiE '^xmlreader$' \
|
||||
&& php-fpm -m | grep -oiE '^xmlreader$' \
|
||||
&& php -m | grep -oiE '^xmlrpc$' \
|
||||
|
||||
@@ -689,17 +689,6 @@ RUN set -eux \
|
||||
&& true
|
||||
|
||||
|
||||
# -------------------- Installing PHP Extension: xhprof --------------------
|
||||
RUN set -eux \
|
||||
# Installation: Version specific
|
||||
# Type: PECL extension
|
||||
# Default: Pecl command
|
||||
&& pecl install xhprof-0.9.4 \
|
||||
# Enabling
|
||||
&& docker-php-ext-enable xhprof \
|
||||
&& true
|
||||
|
||||
|
||||
# -------------------- Installing PHP Extension: xmlrpc --------------------
|
||||
RUN set -eux \
|
||||
# Installation: Generic
|
||||
@@ -1043,8 +1032,6 @@ RUN set -eux \
|
||||
&& php-fpm -m | grep -oiE '^wddx$' \
|
||||
&& php -m | grep -oiE '^xdebug$' \
|
||||
&& php-fpm -m | grep -oiE '^xdebug$' \
|
||||
&& php -m | grep -oiE '^xhprof$' \
|
||||
&& php-fpm -m | grep -oiE '^xhprof$' \
|
||||
&& php -m | grep -oiE '^xmlreader$' \
|
||||
&& php-fpm -m | grep -oiE '^xmlreader$' \
|
||||
&& php -m | grep -oiE '^xmlrpc$' \
|
||||
|
||||
@@ -708,17 +708,6 @@ RUN set -eux \
|
||||
&& true
|
||||
|
||||
|
||||
# -------------------- Installing PHP Extension: xhprof --------------------
|
||||
RUN set -eux \
|
||||
# Installation: Version specific
|
||||
# Type: PECL extension
|
||||
# Default: Pecl command
|
||||
&& pecl install xhprof-0.9.4 \
|
||||
# Enabling
|
||||
&& docker-php-ext-enable xhprof \
|
||||
&& true
|
||||
|
||||
|
||||
# -------------------- Installing PHP Extension: xmlrpc --------------------
|
||||
RUN set -eux \
|
||||
# Installation: Generic
|
||||
@@ -1061,8 +1050,6 @@ RUN set -eux \
|
||||
&& php-fpm -m | grep -oiE '^wddx$' \
|
||||
&& php -m | grep -oiE '^xdebug$' \
|
||||
&& php-fpm -m | grep -oiE '^xdebug$' \
|
||||
&& php -m | grep -oiE '^xhprof$' \
|
||||
&& php-fpm -m | grep -oiE '^xhprof$' \
|
||||
&& php -m | grep -oiE '^xmlreader$' \
|
||||
&& php-fpm -m | grep -oiE '^xmlreader$' \
|
||||
&& php -m | grep -oiE '^xmlrpc$' \
|
||||
|
||||
@@ -2199,10 +2199,10 @@ The following PHP modules are available on the `mods`, `prod`, `slim` and `work`
|
||||
<tr>
|
||||
<td><a href="../php_modules/xhprof">xhprof</a></td>
|
||||
<td class="ext_mods_xhprof_5.2"></td>
|
||||
<td class="ext_mods_xhprof_5.3">✓</td>
|
||||
<td class="ext_mods_xhprof_5.4">✓</td>
|
||||
<td class="ext_mods_xhprof_5.5">✓</td>
|
||||
<td class="ext_mods_xhprof_5.6">✓</td>
|
||||
<td class="ext_mods_xhprof_5.3"></td>
|
||||
<td class="ext_mods_xhprof_5.4"></td>
|
||||
<td class="ext_mods_xhprof_5.5"></td>
|
||||
<td class="ext_mods_xhprof_5.6"></td>
|
||||
<td class="ext_mods_xhprof_7.0">✓</td>
|
||||
<td class="ext_mods_xhprof_7.1">✓</td>
|
||||
<td class="ext_mods_xhprof_7.2">✓</td>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user