Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(memcached): release of memcached extension 3.3.0 #472

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

Frzk
Copy link
Contributor

@Frzk Frzk commented Oct 22, 2024

Related to #471

@Frzk Frzk self-assigned this Oct 22, 2024
@Frzk Frzk requested a review from EtienneM October 22, 2024 14:35
@Frzk Frzk enabled auto-merge October 22, 2024 14:35
Comment on lines 11 to +17

curl -L "https://github.com/php-memcached-dev/php-memcached/archive/v${php_memcached_version}.tar.gz" \
| tar xzv
curl --location "https://github.com/php-memcached-dev/php-memcached/archive/v${memcached_version}.tar.gz" \
| tar --extract --gzip --verbose

source "/buildpack/conf/buildpack.conf"
mkdir -p /app/vendor/libmemcached
curl "${PHP_BASE_URL}/package/libmemcached-${libmemcached_version}.tgz" \
| tar xzv -C /app/vendor/libmemcached
| tar --extract --gzip --verbose --directory=/app/vendor/libmemcached
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: thanks for changing for long options!

@Frzk Frzk merged commit afa52fe into master Oct 23, 2024
3 checks passed
@Frzk Frzk deleted the fix/471/memcached-3.3.0 branch October 23, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants