Skip to content

Commit

Permalink
Update pcov to 1.0.12, add to PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 4, 2024
1 parent 569c3a3 commit c031855
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ RUN set -xe; \
oauth-2.0.9 \
opentelemetry-1.1.0 \
pdo_sqlsrv-5.12.0 \
$(test "${PHP_VERSION:0:3}" != "8.4" && echo 'pcov') \
pcov-1.0.12 \
rdkafka-6.0.5 \
redis-6.1.0 \
sqlsrv-5.12.0 \
Expand All @@ -275,7 +275,7 @@ RUN set -xe; \
oauth \
opentelemetry \
pdo_sqlsrv \
$(test "${PHP_VERSION:0:3}" != "8.4" && echo 'pcov') \
pcov \
rdkafka \
redis \
smbclient \
Expand Down
2 changes: 1 addition & 1 deletion 8/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ process_templates() {
# Extensions that don't work with --enabled-debug
if [[ "${php_ver_minor}" != "8.4" ]]; then
_gotpl "docker-php-ext-newrelic.ini.tmpl" "${PHP_INI_DIR}/conf.d/docker-php-ext-newrelic.ini"
_gotpl "docker-php-ext-pcov.ini.tmpl" "${PHP_INI_DIR}/conf.d/docker-php-ext-pcov.ini"
fi

_gotpl "docker-php-ext-pcov.ini.tmpl" "${PHP_INI_DIR}/conf.d/docker-php-ext-pcov.ini"
_gotpl "docker-php-${php_ver_minor}.ini.tmpl" "${PHP_INI_DIR}/conf.d/docker-php.ini"
_gotpl "docker-php-ext-apcu.ini.tmpl" "${PHP_INI_DIR}/conf.d/docker-php-ext-apcu.ini"
_gotpl "docker-php-ext-brotli.ini.tmpl" "${PHP_INI_DIR}/conf.d/docker-php-ext-brotli.ini"
Expand Down
1 change: 1 addition & 0 deletions 8/tests/php_modules/8.4
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ OAuth
openssl
opentelemetry
pcntl
pcov
pcre
PDO
pdo_mysql
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ The default configuration not recommended for use for production environment:
| [`PHP_OPCACHE_JIT`] | `tracing` | `tracing` | `tracing` | `tracing` |
| [`PHP_OPCACHE_JIT_BUFFER_SIZE`] | `0` | `0` | `0` | `0` |
| [`PHP_OUTPUT_BUFFERING`] | `4096` | `4096` | `4096` | `4096` |
| [`PHP_PCOV_ENABLED`] | - | `0` | `0` | `0` |
| _see all pcov ext options_ | - | [8.x pcov] | [8.x pcov] | [8.x pcov] |
| [`PHP_PCOV_ENABLED`] | `0` | `0` | `0` | `0` |
| _see all pcov ext options_ | [8.x pcov] | [8.x pcov] | [8.x pcov] | [8.x pcov] |
| [`PHP_PDO_MYSQL_CACHE_SIZE`] | - | - | - | - |
| [`PHP_PHAR_READONLY`] | `1` | `1` | `1` | `1` |
| [`PHP_PHAR_REQUIRE_HASH`] | `1` | `1` | `1` | `1` |
Expand Down Expand Up @@ -265,7 +265,7 @@ var `PHP_EXTENSIONS_DISABLE=xdebug,xhprof,spx`.
| [OAuth] | 2.0.9 | 2.0.9 | 2.0.9 | 2.0.9 |
| openssl | | | | |
| [opentelemetry] | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 |
| [pcov] | - | latest | latest | latest |
| [pcov] | 1.0.12 | 1.0.12 | 1.0.12 | 1.0.12 |
| pcntl | | | | |
| pcre | | | | |
| PDO | | | | |
Expand Down

0 comments on commit c031855

Please sign in to comment.