mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 09:02:42 +00:00
Fix compilation of sockets with PHP 8.0.15 and PHP 8.1.2 (#501)
Test: sockets
This commit is contained in:
parent
11f97c8b6c
commit
22276358bd
1 changed files with 9 additions and 0 deletions
|
@ -1916,6 +1916,15 @@ EOF
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
sockets)
|
||||
case "$PHP_MAJDOTMINDOTPAT_VERSION" in
|
||||
8.0.15 | 8.1.2)
|
||||
sed -i '70 i #ifndef _GNU_SOURCE' /usr/src/php/ext/sockets/config.m4
|
||||
sed -i '71 i #define _GNU_SOURCE' /usr/src/php/ext/sockets/config.m4
|
||||
sed -i '72 i #endif' /usr/src/php/ext/sockets/config.m4
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
sybase_ct)
|
||||
docker-php-ext-configure sybase_ct --with-sybase-ct=/usr
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue