rryqszq4 / ngx-php

ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
BSD 2-Clause "Simplified" License
626 stars 56 forks source link

Disable Xdebug 3 in tests #162

Closed joanhey closed 1 year ago

joanhey commented 1 year ago

:+1: @rryqszq4 It's the Xdebug, in PHP < 7.4 it is NOT enabled. https://github.com/rryqszq4/ngx-php/actions/runs/4667270832/jobs/8262859000?pr=162#step:10:13

Added php -v to show the PHP version and modules in test.sh (Zend OPcache / Xdebug).

Fix #158