View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002050 | Xdebug | Installation | public | 2021-12-06 10:06 | 2021-12-06 10:16 |
Reporter | konstantinrjab | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | docker | OS | ubuntu | OS Version | 20.04 |
Product Version | 3.1.2 | ||||
Summary | 0002050: PHP Warning: JIT is incompatible with third party extensions | ||||
Description | I see this warning when I run php -v It worked with same php cinfig and php8.0 and xdebug 3.0.4. But I see this warning after updating to php 8.1 and xdebug 3.1.2 | ||||
Steps To Reproduce | php -v | ||||
Additional Information | Dockerfile RUN pecl install xdebug \ COPY php.ini $PHP_INI_DIR CMD ["php-fpm"] EXPOSE 9003 WORKDIR /var/www php.ini log_errors=On upload_max_filesize=200M zend_extension=opcache.so | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.0.10-8.0.19 | ||||
|
It didn't "work" with PHP 8.0 either, but you might not have seen a warning. This is expected behaviour, and is also documented: https://xdebug.org/docs/compat#compat |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-12-06 10:06 | konstantinrjab | New Issue | |
2021-12-06 10:16 | derick | Assigned To | => derick |
2021-12-06 10:16 | derick | Status | new => resolved |
2021-12-06 10:16 | derick | Resolution | open => no change required |
2021-12-06 10:16 | derick | Note Added: 0006171 |