magento / magento-cloud-docker

All Submissions you make to Magento Inc. (“Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, sublicense and distribute any feedback, ideas, code, or other information (“Submission") you submit through GitHub. (2) Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above. (3) You agree to the Contributor License Agreement found here: https://github.com/magento/magento2/blob/master/CONTRIBUTOR_LICENSE_AGREEMENT.html
Open Software License 3.0
256 stars 192 forks source link

Update xdebug version to stable one #370

Open spdivn opened 3 months ago

spdivn commented 3 months ago

Fix "Segmentation fault (core dumped)" when using xdebug container by update to stable version

Description

Update the xdebug versions to fix the Segmentation fault when using the PHP command.

Fixed Issues (if relevant)

  1. magento/magento-cloud-docker#369: Php Segmentation fault with xdebug

Manual testing scenarios

  1. docker exec -it magento2_fpm_xdebug_1 bash
  2. php -i
  3. bin/magento

Release notes

For user-facing changes, add a meaningful release note. For examples, see Magento Cloud Docker release notes.

Contribution checklist

willryan-stemcell commented 6 days ago

Xdebug version should also be updated to 3.3.2 in images/php/8.3-cli/Dockerfile

willryan-stemcell commented 6 days ago

Also fixes https://github.com/magento/magento-cloud-docker/issues/366

willryan-stemcell commented 4 days ago

@BaDos can you please take a look at this PR?

BaDos commented 9 hours ago

Hi @willryan-stemcell I don't work on this project anymore @andriyShevtsov @anadgit can you check and prioritize this PR?