Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6771548

Browse files
Upgrade gearman extension to 2.1.2
1 parent fbbca4e commit 6771548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN set -x && \
3838
mkdir -p $HOME/gearman && \
3939
cd $HOME/gearman && \
4040
git clone https://github.com/php/pecl-networking-gearman.git . && \
41-
git checkout gearman-2.1.0 && \
41+
git checkout gearman-2.1.2 && \
4242
phpize && ./configure && make && make install && \
4343
if [ ! -f /etc/php/${PHP_VERSION}/cli/conf.d/20-gearman.ini ]; then \
4444
echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/cli/conf.d/20-gearman.ini && \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /