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
582 stars 56 forks source link

Fix tests #153

Closed joanhey closed 1 year ago

joanhey commented 1 year ago

First skip the tests that fail in all versions. So we can fix one by one.

And we see the tests, that fail only on some versions.

Fixed:

Ngx_mysql async test fail, only in this repo #152. @rryqszq4 this one is for you. And fix the var_dump() in PHP >=7.4

Ready to be merged.

joanhey commented 1 year ago

I will try to add more tests in other PRs.