File tree Expand file tree Collapse file tree 12 files changed +538
-457
lines changed
Expand file tree Collapse file tree 12 files changed +538
-457
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.12.4 "
2+ "." : " 1.13.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.13.0] ( https://github.com/ymirapp/php-runtime/compare/v1.12.4...v1.13.0 ) (2025-01-21)
4+
5+
6+ ### Features
7+
8+ * Add php 8.4 ([ ff14738] ( https://github.com/ymirapp/php-runtime/commit/ff1473811243a5241763832c7c0cdb072f3690a1 ) )
9+ * Switch to compiling libwebp ([ 4014aa9] ( https://github.com/ymirapp/php-runtime/commit/4014aa921c9fe4f4ce39e89e2c8c2d22dd988f52 ) )
10+ * Switch to compiling sqlite ([ ea275ae] ( https://github.com/ymirapp/php-runtime/commit/ea275ae37fa8917f2a3fc70e401a032e5d178795 ) )
11+ * Switch to compiling zlib ([ e2ebd02] ( https://github.com/ymirapp/php-runtime/commit/e2ebd02757c1a43fbd3291b1429f64cfcc6786e7 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * Downgrade libheif to fix build issue ([ 8448abc] ( https://github.com/ymirapp/php-runtime/commit/8448abc9a0594ef42d1c06adc1281608677fc774 ) )
17+ * Downgrade libxml2 version to fix pear install on older php versions ([ 796b13c] ( https://github.com/ymirapp/php-runtime/commit/796b13c95e4e25caf0c8fa9e0b009efdd71ec699 ) )
18+ * Fix broken libsodium build ([ 1cd905f] ( https://github.com/ymirapp/php-runtime/commit/1cd905f60bbef1bced5de87feff3505e25262ec5 ) )
19+
320## [ 1.12.4] ( https://github.com/ymirapp/php-runtime/compare/v1.12.3...v1.12.4 ) (2024-12-20)
421
522
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
110110# Build PHP runtime
111111RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
112112 && cd /tmp/runtime-build \
113- && git checkout tags/v1.12.4 \
113+ && git checkout tags/v1.13.0 \
114114 && cd /opt \
115115 && 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 ./ \
116116 && chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
115115# Build PHP runtime
116116RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
117117 && cd /tmp/runtime-build \
118- && git checkout tags/v1.12.4 \
118+ && git checkout tags/v1.13.0 \
119119 && cd /opt \
120120 && 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 ./ \
121121 && chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
148148# Build PHP runtime
149149RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
150150 && cd /tmp/runtime-build \
151- && git checkout tags/v1.12.4 \
151+ && git checkout tags/v1.13.0 \
152152 && cd /opt \
153153 && 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 ./ \
154154 && chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
147147# Build PHP runtime
148148RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
149149 && cd /tmp/runtime-build \
150- && git checkout tags/v1.12.4 \
150+ && git checkout tags/v1.13.0 \
151151 && cd /opt \
152152 && 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 ./ \
153153 && chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146# Build PHP runtime
147147RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148148 && cd /tmp/runtime-build \
149- && git checkout tags/v1.12.4 \
149+ && git checkout tags/v1.13.0 \
150150 && cd /opt \
151151 && 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 ./ \
152152 && chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146# Build PHP runtime
147147RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148148 && cd /tmp/runtime-build \
149- && git checkout tags/v1.12.4 \
149+ && git checkout tags/v1.13.0 \
150150 && cd /opt \
151151 && 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 ./ \
152152 && chmod 0555 /opt/bootstrap /opt/runtime.php \
You can’t perform that action at this time.
0 commit comments