diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d45ad2..b727c36 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.0" + ".": "1.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e2186..407ee05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.1](https://github.com/ymirapp/php-runtime/compare/v1.15.0...v1.15.1) (2025-06-24) + + +### Bug Fixes + +* `jit_buffer_size` cannot go over 128M on aarch64 ([6ae62bb](https://github.com/ymirapp/php-runtime/commit/6ae62bbcd47d3ca6ce593e501483dda9bb276463)) + ## [1.15.0](https://github.com/ymirapp/php-runtime/compare/v1.14.0...v1.15.0) (2025-04-15) diff --git a/runtime/php-72/Dockerfile b/runtime/php-72/Dockerfile index 0eb95c7..cc5cbad 100644 --- a/runtime/php-72/Dockerfile +++ b/runtime/php-72/Dockerfile @@ -110,7 +110,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.15.0 \ + && git checkout tags/v1.15.1 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-73/Dockerfile b/runtime/php-73/Dockerfile index 23fad60..ac4fa13 100644 --- a/runtime/php-73/Dockerfile +++ b/runtime/php-73/Dockerfile @@ -115,7 +115,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.15.0 \ + && git checkout tags/v1.15.1 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-74/Dockerfile b/runtime/php-74/Dockerfile index 94f41c7..bac5d54 100644 --- a/runtime/php-74/Dockerfile +++ b/runtime/php-74/Dockerfile @@ -148,7 +148,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.15.0 \ + && git checkout tags/v1.15.1 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-80/Dockerfile b/runtime/php-80/Dockerfile index 7468dde..8db9e2e 100644 --- a/runtime/php-80/Dockerfile +++ b/runtime/php-80/Dockerfile @@ -147,7 +147,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.15.0 \ + && git checkout tags/v1.15.1 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-81/Dockerfile b/runtime/php-81/Dockerfile index 7ecfbdf..9304e77 100644 --- a/runtime/php-81/Dockerfile +++ b/runtime/php-81/Dockerfile @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.15.0 \ + && git checkout tags/v1.15.1 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-82/Dockerfile b/runtime/php-82/Dockerfile index 3520e3b..6c1cb71 100644 --- a/runtime/php-82/Dockerfile +++ b/runtime/php-82/Dockerfile @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.15.0 \ + && git checkout tags/v1.15.1 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-83/Dockerfile b/runtime/php-83/Dockerfile index 152137c..bf3757e 100644 --- a/runtime/php-83/Dockerfile +++ b/runtime/php-83/Dockerfile @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.15.0 \ + && git checkout tags/v1.15.1 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-84/Dockerfile b/runtime/php-84/Dockerfile index e0a6605..7f8cdc4 100644 --- a/runtime/php-84/Dockerfile +++ b/runtime/php-84/Dockerfile @@ -145,7 +145,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.15.0 \ + && git checkout tags/v1.15.1 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \