Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Sep 25, 2024
1 parent db801e7 commit 5267f32
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/8.4-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone --recurse-submodules https://github.com/phpredis/phpredis.git -b d
&& cd phpredis && git reset --hard d3b2d87b10 && rm -r .git
RUN git clone https://github.com/xdebug/xdebug.git -b master xdebug \
&& cd xdebug && git reset --hard 12adc6394a && rm -r .git \
&& sed 's~<max>8.4.99</max>~<max>99.99.99</max>~' -i package.xml
&& sed -E 's~(<max>)[0-9]+.[0-9]+(.99</max>)~\199.99\2~' -i package.xml && sed -E 's~(if test "\$PHP_XDEBUG_FOUND_VERNUM" -ge ")[0-9]+(00"; then)~\19999\2~' -i config.m4
RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
bcmath \
exif \
Expand Down
2 changes: 1 addition & 1 deletion data/8.4-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --recurse-submodules https://github.com/phpredis/phpredis.git -b d
&& cd phpredis && git reset --hard d3b2d87b10 && rm -r .git
RUN git clone https://github.com/xdebug/xdebug.git -b master xdebug \
&& cd xdebug && git reset --hard 12adc6394a && rm -r .git \
&& sed 's~<max>8.4.99</max>~<max>99.99.99</max>~' -i package.xml
&& sed -E 's~(<max>)[0-9]+.[0-9]+(.99</max>)~\199.99\2~' -i package.xml && sed -E 's~(if test "\$PHP_XDEBUG_FOUND_VERNUM" -ge ")[0-9]+(00"; then)~\19999\2~' -i config.m4
RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
bcmath \
exif \
Expand Down
2 changes: 1 addition & 1 deletion data/8.4-debug-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone --recurse-submodules https://github.com/phpredis/phpredis.git -b d
&& cd phpredis && git reset --hard d3b2d87b10 && rm -r .git
RUN git clone https://github.com/xdebug/xdebug.git -b master xdebug \
&& cd xdebug && git reset --hard 12adc6394a && rm -r .git \
&& sed 's~<max>8.4.99</max>~<max>99.99.99</max>~' -i package.xml
&& sed -E 's~(<max>)[0-9]+.[0-9]+(.99</max>)~\199.99\2~' -i package.xml && sed -E 's~(if test "\$PHP_XDEBUG_FOUND_VERNUM" -ge ")[0-9]+(00"; then)~\19999\2~' -i config.m4
RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
bcmath \
exif \
Expand Down
2 changes: 1 addition & 1 deletion data/8.4-debug-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --recurse-submodules https://github.com/phpredis/phpredis.git -b d
&& cd phpredis && git reset --hard d3b2d87b10 && rm -r .git
RUN git clone https://github.com/xdebug/xdebug.git -b master xdebug \
&& cd xdebug && git reset --hard 12adc6394a && rm -r .git \
&& sed 's~<max>8.4.99</max>~<max>99.99.99</max>~' -i package.xml
&& sed -E 's~(<max>)[0-9]+.[0-9]+(.99</max>)~\199.99\2~' -i package.xml && sed -E 's~(if test "\$PHP_XDEBUG_FOUND_VERNUM" -ge ")[0-9]+(00"; then)~\19999\2~' -i config.m4
RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
bcmath \
exif \
Expand Down
2 changes: 1 addition & 1 deletion data/8.4-zts-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone --recurse-submodules https://github.com/phpredis/phpredis.git -b d
&& cd phpredis && git reset --hard d3b2d87b10 && rm -r .git
RUN git clone https://github.com/xdebug/xdebug.git -b master xdebug \
&& cd xdebug && git reset --hard 12adc6394a && rm -r .git \
&& sed 's~<max>8.4.99</max>~<max>99.99.99</max>~' -i package.xml
&& sed -E 's~(<max>)[0-9]+.[0-9]+(.99</max>)~\199.99\2~' -i package.xml && sed -E 's~(if test "\$PHP_XDEBUG_FOUND_VERNUM" -ge ")[0-9]+(00"; then)~\19999\2~' -i config.m4
RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
bcmath \
exif \
Expand Down
2 changes: 1 addition & 1 deletion data/8.4-zts-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --recurse-submodules https://github.com/phpredis/phpredis.git -b d
&& cd phpredis && git reset --hard d3b2d87b10 && rm -r .git
RUN git clone https://github.com/xdebug/xdebug.git -b master xdebug \
&& cd xdebug && git reset --hard 12adc6394a && rm -r .git \
&& sed 's~<max>8.4.99</max>~<max>99.99.99</max>~' -i package.xml
&& sed -E 's~(<max>)[0-9]+.[0-9]+(.99</max>)~\199.99\2~' -i package.xml && sed -E 's~(if test "\$PHP_XDEBUG_FOUND_VERNUM" -ge ")[0-9]+(00"; then)~\19999\2~' -i config.m4
RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
bcmath \
exif \
Expand Down
2 changes: 1 addition & 1 deletion make.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
&& cd phpredis && git reset --hard d3b2d87b10 && rm -r .git
' : '') . (in_array($phpVersion, ['8.4'], true) ? 'RUN git clone https://github.com/xdebug/xdebug.git -b master xdebug \
&& cd xdebug && git reset --hard 12adc6394a && rm -r .git \
&& sed \'s~<max>8.4.99</max>~<max>99.99.99</max>~\' -i package.xml
&& sed -E \'s~(<max>)[0-9]+.[0-9]+(.99</max>)~\199.99\2~\' -i package.xml && sed -E \'s~(if test "\$PHP_XDEBUG_FOUND_VERNUM" -ge ")[0-9]+(00"; then)~\19999\2~\' -i config.m4
' : '') . 'RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
' . implode(' \\' . "\n" . ' ', [
'bcmath',
Expand Down

0 comments on commit 5267f32

Please sign in to comment.