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 php 8 major version #186

Closed joanhey closed 4 months ago

joanhey commented 4 months ago

image

Also fix dynamic modules test. This PR is for the master branch.

joanhey commented 4 months ago

This need another ngx-php version !!

rryqszq4 commented 4 months ago

This need another ngx-php version !!

A new version https://github.com/rryqszq4/ngx-php/releases/tag/v0.0.29

joanhey commented 4 months ago

Change the version https://github.com/rryqszq4/ngx-php/blob/2eb62418bb6f73885ea824fb90a07cbd7a083a41/src/ngx_http_php_version.h#L32

rryqszq4 commented 4 months ago

Change the version

https://github.com/rryqszq4/ngx-php/blob/2eb62418bb6f73885ea824fb90a07cbd7a083a41/src/ngx_http_php_version.h#L32

Has been changed and re-tag https://github.com/rryqszq4/ngx-php/releases/tag/v0.0.29

joanhey commented 4 months ago

image

https://github.com/TechEmpower/FrameworkBenchmarks/actions/runs/7958592193/job/21723784900?pr=8739#step:9:803

Working OK. Thanks !!