Browse Source

[php-ngx] Update to nginx 1.19.7 (#6391)

Joan Miquel 4 years ago
parent
commit
3ac58c9734

+ 5 - 5
frameworks/PHP/php-ngx/README.md

@@ -9,21 +9,21 @@ ngx_php7 draws on the design of ngx_lua and is committed to providing non-blocki
 
 
 
 
 ## Infrastructure Software Versions
 ## Infrastructure Software Versions
-The tests were run with [PHP Version 7.3.*](https://www.php.net/) with OPcache
+The tests were run with [PHP](https://www.php.net/) with OPcache and JIT
 
 
 ### Platform
 ### Platform
 
 
-* [ngx-php 0.0.19](https://github.com/rryqszq4/ngx_php7) (Embeded php in nginx)
+* [ngx-php](https://github.com/rryqszq4/ngx_php7) (Embeded php in nginx)
 
 
 ### Webservers
 ### Webservers
 
 
-* [nginx 1.17.3](https://nginx.org/)
+* [nginx](https://nginx.org/)
 
 
 
 
 ### Databases
 ### Databases
 
 
-* [MySQL 8](https://dev.mysql.com/)
-* [PostgreSQL 11](https://www.postgresql.org/)
+* [MySQL](https://dev.mysql.com/)
+* [PostgreSQL](https://www.postgresql.org/)
 
 
 
 
 ## Test URLs
 ## Test URLs

+ 1 - 1
frameworks/PHP/php-ngx/php-ngx-async.dockerfile

@@ -11,7 +11,7 @@ RUN apt-get update -yqq > /dev/null && \
 
 
 ADD ./ ./
 ADD ./ ./
 
 
-ENV NGINX_VERSION=1.19.6
+ENV NGINX_VERSION 1.19.7
 
 
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 
 

+ 1 - 1
frameworks/PHP/php-ngx/php-ngx-mysql.dockerfile

@@ -11,7 +11,7 @@ RUN apt-get update -yqq > /dev/null && \
 
 
 ADD ./ ./
 ADD ./ ./
 
 
-ENV NGINX_VERSION=1.19.6
+ENV NGINX_VERSION 1.19.7
 
 
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 
 

+ 1 - 1
frameworks/PHP/php-ngx/php-ngx-pgsql.dockerfile

@@ -11,7 +11,7 @@ RUN apt-get update -yqq > /dev/null && \
 
 
 ADD ./ ./
 ADD ./ ./
 
 
-ENV NGINX_VERSION=1.19.6
+ENV NGINX_VERSION 1.19.7
 
 
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 
 

+ 1 - 1
frameworks/PHP/php-ngx/php-ngx.dockerfile

@@ -10,7 +10,7 @@ RUN apt-get update -yqq > /dev/null && \
                     php8.0-cli php8.0-dev libphp8.0-embed php8.0-mysql nginx > /dev/null
                     php8.0-cli php8.0-dev libphp8.0-embed php8.0-mysql nginx > /dev/null
 ADD ./ ./
 ADD ./ ./
 
 
-ENV NGINX_VERSION=1.19.6
+ENV NGINX_VERSION 1.19.7
 
 
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null