swoole / swoole-src

🚀 Coroutine-based concurrency library for PHP
https://www.swoole.com
Apache License 2.0
18.42k stars 3.16k forks source link

Swoole does not build on Docker PHP `8.2.11-fpm-alpine3.17` for `linux/386` #5158

Closed joseluisq closed 11 months ago

joseluisq commented 11 months ago

Please answer these questions before submitting your issue.

  1. What did you do? If possible, provide a simple script for reproducing the error.

When building the latest Swoole 5.1.0 via Docker using the latest PHP 8.2.11-fpm-alpine3.17 it breaks for linux/386. However, it's curious that the previous 5.0.3 version was building fine on CI for PHP 8.2.10-fpm-alpine3.17 and lower (maybe a regression?).

Is Swoole still supporting for 32-bit?

  1. What did you expect to see?

No build issues on 8.2.11 and greater

  1. What did you see instead?

Below is the Swoole build log.

#8 1000.9 + mkdir /usr/src/php/ext/swoole
#8 1000.9 + curl -Lo swoole.tar.gz https://github.com/swoole/swoole-src/archive/v5.1.0.tar.gz
#8 1000.9   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#8 1000.9                                  Dload  Upload   Total   Spent    Left  Speed
#8 1000.9 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#8 1000.9 
100 1791k    0 1791k    0     0  2486k      0 --:--:-- --:--:-- --:--:-- 2486k
#8 1000.9 + tar xfz swoole.tar.gz '--strip-components=1' -C /usr/src/php/ext/swoole
#8 1000.9 + docker-php-ext-configure swoole --enable-mysqlnd --enable-sockets --enable-openssl --enable-swoole-curl
#8 1000.9 config.m4:359: warning: The macro `AC_PROG_CC_C99' is obsolete.
#8 1000.9 config.m4:359: You should run autoupdate.
#8 1000.9 ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
#8 1000.9 config.m4:359: the top level
#8 1000.9 + nproc
#8 1000.9 + docker-php-ext-install -j2 swoole
#8 1000.9 In file included from /usr/src/php/ext/swoole/include/swoole.h:141,
#8 1000.9                  from /usr/src/php/ext/swoole/include/swoole_api.h:21,
#8 1000.9                  from /usr/src/php/ext/swoole/ext-src/php_swoole_private.h:30,
#8 1000.9                  from /usr/src/php/ext/swoole/ext-src/php_swoole_cxx.h:19,
#8 1000.9                  from /usr/src/php/ext/swoole/ext-src/php_swoole_cxx.cc:1:
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:248:27: error: enumerator value '2147483648' is outside the range of underlying type 'long int'
#8 1000.9   248 |     SW_TRACE_ZLIB = 1u << 31,
#8 1000.9       |                           ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:249:29: warning: left shift count >= width of type [-Wshift-count-overflow]
#8 1000.9   249 |     SW_TRACE_CO_PGSQL = 1ul << 32,
#8 1000.9       |                         ~~~~^~~~~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:249:29: error: right operand of shift expression '(1 << 32)' is greater than or equal to the precision 32 of the left operand [-fpermissive]
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:249:32: error: enumerator value for 'SW_TRACE_CO_PGSQL' is not an integer constant
#8 1000.9   249 |     SW_TRACE_CO_PGSQL = 1ul << 32,
#8 1000.9       |                                ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:250:28: warning: left shift count >= width of type [-Wshift-count-overflow]
#8 1000.9   250 |     SW_TRACE_CO_ODBC = 1ul << 33,
#8 1000.9       |                        ~~~~^~~~~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:250:28: error: right operand of shift expression '(1 << 33)' is greater than or equal to the precision 32 of the left operand [-fpermissive]
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:250:31: error: enumerator value for 'SW_TRACE_CO_ODBC' is not an integer constant
#8 1000.9   250 |     SW_TRACE_CO_ODBC = 1ul << 33,
#8 1000.9       |                               ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:251:30: warning: left shift count >= width of type [-Wshift-count-overflow]
#8 1000.9   251 |     SW_TRACE_CO_ORACLE = 1ul << 34,
#8 1000.9       |                          ~~~~^~~~~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:251:30: error: right operand of shift expression '(1 << 34)' is greater than or equal to the precision 32 of the left operand [-fpermissive]
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:251:33: error: enumerator value for 'SW_TRACE_CO_ORACLE' is not an integer constant
#8 1000.9   251 |     SW_TRACE_CO_ORACLE = 1ul << 34,
#8 1000.9       |                                 ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:252:30: warning: left shift count >= width of type [-Wshift-count-overflow]
#8 1000.9   252 |     SW_TRACE_CO_SQLITE = 1ul << 35,
#8 1000.9       |                          ~~~~^~~~~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:252:30: error: right operand of shift expression '(1 << 35)' is greater than or equal to the precision 32 of the left operand [-fpermissive]
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:252:33: error: enumerator value for 'SW_TRACE_CO_SQLITE' is not an integer constant
#8 1000.9   252 |     SW_TRACE_CO_SQLITE = 1ul << 35,
#8 1000.9       |                                 ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:254:20: error: enumerator value '9223372036854775807' is outside the range of underlying type 'long int'
#8 1000.9   254 |     SW_TRACE_ALL = 0x7fffffffffffffff
#8 1000.9       |                    ^~~~~~~~~~~~~~~~~~
#8 1000.9 In file included from /usr/src/php/ext/swoole/include/swoole.h:141,
#8 1000.9                  from /usr/src/php/ext/swoole/include/swoole_api.h:21,
#8 1000.9                  from /usr/src/php/ext/swoole/ext-src/php_swoole_private.h:30,
#8 1000.9                  from /usr/src/php/ext/swoole/ext-src/php_swoole_cxx.h:19,
#8 1000.9                  from /usr/src/php/ext/swoole/ext-src/php_swoole.cc:16:
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:248:27: error: enumerator value '2147483648' is outside the range of underlying type 'long int'
#8 1000.9   248 |     SW_TRACE_ZLIB = 1u << 31,
#8 1000.9       |                           ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:249:29: warning: left shift count >= width of type [-Wshift-count-overflow]
#8 1000.9   249 |     SW_TRACE_CO_PGSQL = 1ul << 32,
#8 1000.9       |                         ~~~~^~~~~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:249:29: error: right operand of shift expression '(1 << 32)' is greater than or equal to the precision 32 of the left operand [-fpermissive]
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:249:32: error: enumerator value for 'SW_TRACE_CO_PGSQL' is not an integer constant
#8 1000.9   249 |     SW_TRACE_CO_PGSQL = 1ul << 32,
#8 1000.9       |                                ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:250:28: warning: left shift count >= width of type [-Wshift-count-overflow]
#8 1000.9   250 |     SW_TRACE_CO_ODBC = 1ul << 33,
#8 1000.9       |                        ~~~~^~~~~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:250:28: error: right operand of shift expression '(1 << 33)' is greater than or equal to the precision 32 of the left operand [-fpermissive]
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:250:31: error: enumerator value for 'SW_TRACE_CO_ODBC' is not an integer constant
#8 1000.9   250 |     SW_TRACE_CO_ODBC = 1ul << 33,
#8 1000.9       |                               ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:251:30: warning: left shift count >= width of type [-Wshift-count-overflow]
#8 1000.9   251 |     SW_TRACE_CO_ORACLE = 1ul << 34,
#8 1000.9       |                          ~~~~^~~~~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:251:30: error: right operand of shift expression '(1 << 34)' is greater than or equal to the precision 32 of the left operand [-fpermissive]
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:251:33: error: enumerator value for 'SW_TRACE_CO_ORACLE' is not an integer constant
#8 1000.9   251 |     SW_TRACE_CO_ORACLE = 1ul << 34,
#8 1000.9       |                                 ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:252:30: warning: left shift count >= width of type [-Wshift-count-overflow]
#8 1000.9   252 |     SW_TRACE_CO_SQLITE = 1ul << 35,
#8 1000.9       |                          ~~~~^~~~~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:252:30: error: right operand of shift expression '(1 << 35)' is greater than or equal to the precision 32 of the left operand [-fpermissive]
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:252:33: error: enumerator value for 'SW_TRACE_CO_SQLITE' is not an integer constant
#8 1000.9   252 |     SW_TRACE_CO_SQLITE = 1ul << 35,
#8 1000.9       |                                 ^~
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_log.h:254:20: error: enumerator value '9223372036854775807' is outside the range of underlying type 'long int'
#8 1000.9   254 |     SW_TRACE_ALL = 0x7fffffffffffffff
#8 1000.9       |                    ^~~~~~~~~~~~~~~~~~
#8 1000.9 make: *** [Makefile:213: ext-src/php_swoole_cxx.lo] Error 1
#8 1000.9 make: *** Waiting for unfinished jobs....
#8 1000.9 In file included from /usr/src/php/ext/swoole/ext-src/php_swoole.cc:34:
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_server.h: In member function 'void swoole::Server::set_start_session_id(swoole::SessionId)':
#8 1000.9 /usr/src/php/ext/swoole/include/swoole_server.h:1314:19: warning: comparison of integer expressions of different signedness: 'swoole::SessionId' {aka 'long int'} and 'unsigned int' [-Wsign-compare]
#8 1000.9  1314 |         if (value > UINT_MAX) {
#8 1000.9       |                   ^
#8 1000.9 make: *** [Makefile:210: ext-src/php_swoole.lo] Error 1

You can see the whole pipeline broken at https://github.com/joseluisq/alpine-php-fpm/actions/runs/6365283249/job/17282168956#step:7:34503

  1. What version of Swoole are you using (show your php --ri swoole)?

Swoole 5.1.0

  1. What is your machine environment used (show your uname -a & php -v & gcc -v) ?
$ uname -a
Linux buildkitsandbox 5.15.49-linuxkit-pr #1 SMP PREEMPT Thu May 25 07:27:39 UTC 2023 i686 Linux
$ php -v
PHP 8.2.11 (cli) (built: Sep 30 2023 03:19:33) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.11, Copyright (c) Zend Technologies
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i586-alpine-linux-musl/12.2.1/lto-wrapper
Target: i586-alpine-linux-musl
Configured with: /home/buildozer/aports/main/gcc/src/gcc-12-20220924/configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --build=i586-alpine-linux-musl --host=i586-alpine-linux-musl --target=i586-alpine-linux-musl --enable-checking=release --disable-fixed-point --disable-libstdcxx-pch --disable-multilib --disable-nls --disable-werror --disable-symvers --enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-languages=c,c++,objc,go,fortran,ada --with-arch=i586 --with-tune=generic --enable-cld --disable-libssp --disable-libsanitizer --enable-shared --enable-threads --enable-tls --with-bugurl=https://gitlab.alpinelinux.org/alpine/aports/-/issues --with-system-zlib --with-linker-hash-style=gnu --with-pkgversion='Alpine 12.2.1_git20220924-r4'
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.2.1 20220924 (Alpine 12.2.1_git20220924-r4)
joseluisq commented 11 months ago

P.d The same problem occurs when building Swoole 5.1.0 on php:8.1.24-fpm-alpine3.17. See https://github.com/joseluisq/alpine-php-fpm/actions/runs/6365262268/job/17282130582#step:7:34833

andypost commented 11 months ago

Attempt to use --enable-swoole-pgsql on alpine:edge fail on linking

configure.ac:161: the top level
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-musl
checking host system type... x86_64-pc-linux-musl
checking target system type... x86_64-pc-linux-musl
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib
checking for PHP extension directory... /usr/lib/php8/modules
checking for PHP installed headers prefix... /usr/include/php8
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking enable debug log... no
checking enable trace log... no
checking enable sockets support... yes
checking enable openssl support... yes
checking enable brotli support... yes
checking swoole support... yes, shared
checking enable mysqlnd support... yes
checking enable c-ares support... yes
checking dir of openssl... /usr
checking dir of brotli... /usr
checking dir of nghttp2... /usr
checking dir of jemalloc... no
checking enable asan... no
checking whether to enable swoole coverage support... no
checking whether to enable Swoole developer build flags... no
checking whether to enable Swoole CURL build flags... yes
checking whether to enable postgresql build flags... yes
checking whether to enable thread context... no
checking whether to enable coroutine execution time ... no
checking "for ODBC v3 support for PDO"... no
checking if compiling with clang... no
checking for accept4 in -lc... yes
checking for signalfd in -lc... yes
checking for eventfd in -lc... yes
checking for epoll_create in -lc... yes
checking for poll in -lc... yes
checking for sendfile in -lc... yes
checking for kqueue in -lc... no
checking for backtrace in -lc... no
checking for daemon in -lc... yes
checking for mkostemp in -lc... yes
checking for inotify_init in -lc... yes
checking for malloc_trim in -lc... no
checking for inotify_init1 in -lc... yes
checking for gethostbyname2_r in -lc... yes
checking for ptrace in -lc... yes
checking for getrandom in -lc... yes
checking for arc4random in -lc... no
checking for CCRandomGenerateBytes in -lc... no
checking for pthread_rwlock_init in -lpthread... yes
checking for pthread_spin_lock in -lpthread... yes
checking for pthread_mutex_timedlock in -lpthread... yes
checking for pthread_barrier_init in -lpthread... yes
checking for pthread_mutexattr_setpshared in -lpthread... yes
checking for pthread_mutexattr_setrobust in -lpthread... yes
checking for pthread_mutex_consistent in -lpthread... yes
checking for pcre_compile in -lpcre... no
checking for ares_gethostbyname in -lcares... yes
checking for libpq... 15.4
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for libpq-fe.h... yes
checking for PQlibVersion in -lpq... yes
checking whether to enable oracle build flags... no
checking for sqlite 3 support for PDO... yes
checking for PDO includes... /usr/include/php8/ext
checking for sqlite3 >= 3.7.7... yes
checking for sqlite3_close_v2 in -lsqlite3... yes
checking for sqlite3_column_table_name in -lsqlite3... yes
checking for gzgets in -lz... yes
checking for BrotliEncoderCreateInstance in -lbrotlienc... yes
checking for BrotliDecoderCreateInstance in -lbrotlidec... yes
checking for php_sockets.h... ok, found in /usr/include/php8
checking for cpu affinity... no
checking for socket REUSEPORT... yes
checking for futex... no
checking for ucontext... yes
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking for valgrind... no
checking for struct cmsghdr... yes
checking for hstrerror... yes
checking for socketpair... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for netdb.h... yes
checking for netinet/tcp.h... yes
checking for sys/un.h... yes
checking for sys/sockio.h... no
checking for field ss_family in struct sockaddr_storage... yes
checking if getaddrinfo supports AI_V4MAPPED... yes
checking if getaddrinfo supports AI_ALL... yes
checking if getaddrinfo supports AI_IDN... no
checking for valgrind... no
checking swoole coverage... disabled
checking whether the compiler supports GNU C++... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for g++ option to enable C++11 features... (cached) none needed
checking how to run the C++ preprocessor... g++ -E
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/sh /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/libtool --mode=compile gcc -I. -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis  -DHAVE_CONFIG_H  -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt    -I/usr/include/postgresql -DENABLE_PHP_SWOOLE -c /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/php80/pdo_pgsql/pgsql_driver.c -o thirdparty/php80/pdo_pgsql/pgsql_driver.lo 
/bin/sh /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/libtool --mode=compile gcc -I. -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis  -DHAVE_CONFIG_H  -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt    -I/usr/include/postgresql -DENABLE_PHP_SWOOLE -c /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/php80/pdo_pgsql/pgsql_statement.c -o thirdparty/php80/pdo_pgsql/pgsql_statement.lo 
/bin/sh /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/libtool --mode=compile gcc -I. -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis  -DHAVE_CONFIG_H  -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt    -I/usr/include/postgresql -DENABLE_PHP_SWOOLE -c /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/php81/pdo_pgsql/pgsql_driver.c -o thirdparty/php81/pdo_pgsql/pgsql_driver.lo 
/bin/sh /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/libtool --mode=compile gcc -I. -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis  -DHAVE_CONFIG_H  -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt    -I/usr/include/postgresql -DENABLE_PHP_SWOOLE -c /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/php81/pdo_pgsql/pgsql_statement.c -o thirdparty/php81/pdo_pgsql/pgsql_statement.lo 
mkdir thirdparty/php80/pdo_pgsql/.libs
 gcc -I. -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis -DHAVE_CONFIG_H -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -I/usr/include/postgresql -DENABLE_PHP_SWOOLE -c /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/php80/pdo_pgsql/pgsql_driver.c  -fPIC -DPIC -o thirdparty/php80/pdo_pgsql/.libs/pgsql_driver.o
 gcc -I. -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis -DHAVE_CONFIG_H -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -I/usr/include/postgresql -DENABLE_PHP_SWOOLE -c /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/php80/pdo_pgsql/pgsql_statement.c  -fPIC -DPIC -o thirdparty/php80/pdo_pgsql/.libs/pgsql_statement.o
mkdir thirdparty/php81/pdo_pgsql/.libs
 gcc -I. -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis -DHAVE_CONFIG_H -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -I/usr/include/postgresql -DENABLE_PHP_SWOOLE -c /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/php81/pdo_pgsql/pgsql_statement.c  -fPIC -DPIC -o thirdparty/php81/pdo_pgsql/.libs/pgsql_statement.o
 gcc -I. -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis -DHAVE_CONFIG_H -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -I/usr/include/postgresql -DENABLE_PHP_SWOOLE -c /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/php81/pdo_pgsql/pgsql_driver.c  -fPIC -DPIC -o thirdparty/php81/pdo_pgsql/.libs/pgsql_driver.o
/bin/sh /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/libtool --mode=link g++ -shared -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/main -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/usr/include/php8 -I/usr/include/php8/main -I/usr/include/php8/TSRM -I/usr/include/php8/Zend -I/usr/include/php8/ext -I/usr/include/php8/ext/date/lib -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0 -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/include -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/ext-src -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty -I/mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/thirdparty/hiredis  -DHAVE_CONFIG_H  -Wall -pthread -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt  -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread -z now  -o swoole.la -export-dynamic -avoid-version -prefer-pic -module -rpath /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/modules  ext-src/php_swoole.lo ext-src/php_swoole_cxx.lo ext-src/swoole_admin_server.lo ext-src/swoole_async_coro.lo ext-src/swoole_atomic.lo ext-src/swoole_channel_coro.lo ext-src/swoole_client.lo ext-src/swoole_client_coro.lo ext-src/swoole_coroutine.lo ext-src/swoole_coroutine_scheduler.lo ext-src/swoole_coroutine_system.lo ext-src/swoole_curl.lo ext-src/swoole_event.lo ext-src/swoole_http2_client_coro.lo ext-src/swoole_http2_server.lo ext-src/swoole_http_client_coro.lo ext-src/swoole_http_request.lo ext-src/swoole_http_response.lo ext-src/swoole_http_server.lo ext-src/swoole_http_server_coro.lo ext-src/swoole_lock.lo ext-src/swoole_mysql_coro.lo ext-src/swoole_mysql_proto.lo ext-src/swoole_name_resolver.lo ext-src/swoole_postgresql_coro.lo ext-src/swoole_pgsql.lo ext-src/swoole_odbc.lo ext-src/swoole_oracle.lo ext-src/swoole_sqlite.lo ext-src/swoole_process.lo ext-src/swoole_process_pool.lo ext-src/swoole_redis_coro.lo ext-src/swoole_redis_server.lo ext-src/swoole_runtime.lo ext-src/swoole_server.lo ext-src/swoole_server_port.lo ext-src/swoole_socket_coro.lo ext-src/swoole_table.lo ext-src/swoole_timer.lo ext-src/swoole_websocket_server.lo src/core/base.lo src/core/base64.lo src/core/channel.lo src/core/crc32.lo src/core/error.lo src/core/heap.lo src/core/log.lo src/core/string.lo src/core/timer.lo src/coroutine/base.lo src/coroutine/channel.lo src/coroutine/context.lo src/coroutine/file_lock.lo src/coroutine/hook.lo src/coroutine/socket.lo src/coroutine/system.lo src/coroutine/thread_context.lo src/lock/mutex.lo src/lock/rw_lock.lo src/lock/spin_lock.lo src/memory/buffer.lo src/memory/fixed_pool.lo src/memory/global_memory.lo src/memory/ring_buffer.lo src/memory/shared_memory.lo src/memory/table.lo src/network/address.lo src/network/client.lo src/network/dns.lo src/network/socket.lo src/network/stream.lo src/os/async_thread.lo src/os/base.lo src/os/file.lo src/os/msg_queue.lo src/os/pipe.lo src/os/process_pool.lo src/os/sendfile.lo src/os/signal.lo src/os/timer.lo src/os/unix_socket.lo src/os/wait.lo src/protocol/base.lo src/protocol/dtls.lo src/protocol/http.lo src/protocol/http2.lo src/protocol/message_bus.lo src/protocol/mime_type.lo src/protocol/mqtt.lo src/protocol/redis.lo src/protocol/socks5.lo src/protocol/ssl.lo src/protocol/websocket.lo src/reactor/base.lo src/reactor/epoll.lo src/reactor/kqueue.lo src/reactor/poll.lo src/reactor/select.lo src/server/base.lo src/server/manager.lo src/server/master.lo src/server/port.lo src/server/process.lo src/server/reactor_process.lo src/server/reactor_thread.lo src/server/static_handler.lo src/server/task_worker.lo src/server/worker.lo src/wrapper/event.lo src/wrapper/http.lo src/wrapper/timer.lo thirdparty/php/curl/interface.lo thirdparty/php/curl/multi.lo thirdparty/php/sockets/multicast.lo thirdparty/php/sockets/sendrecvmsg.lo thirdparty/php/sockets/conversions.lo thirdparty/php/sockets/sockaddr_conv.lo thirdparty/php/standard/var_decoder.lo thirdparty/php/standard/proc_open.lo thirdparty/swoole_http_parser.lo thirdparty/multipart_parser.lo thirdparty/hiredis/hiredis.lo thirdparty/hiredis/alloc.lo thirdparty/hiredis/net.lo thirdparty/hiredis/read.lo thirdparty/hiredis/sds.lo thirdparty/php80/pdo_pgsql/pgsql_driver.lo thirdparty/php80/pdo_pgsql/pgsql_statement.lo thirdparty/php81/pdo_pgsql/pgsql_driver.lo thirdparty/php81/pdo_pgsql/pgsql_statement.lo thirdparty/php80/pdo_sqlite/sqlite_driver.lo thirdparty/php80/pdo_sqlite/sqlite_statement.lo thirdparty/php81/pdo_sqlite/sqlite_driver.lo thirdparty/php81/pdo_sqlite/sqlite_statement.lo thirdparty/boost/asm/make_x86_64_sysv_elf_gas.lo thirdparty/boost/asm/jump_x86_64_sysv_elf_gas.lo -lpq -lsqlite3 -lz -lbrotlienc -lbrotlidec -lcares -lrt -lssl -lcrypto -lnghttp2 -lpthread
rm -fr  .libs/swoole.la .libs/swoole.lai .libs/swoole.so
g++ -shared -nostdlib /usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1/crtbeginS.o  ext-src/.libs/php_swoole.o ext-src/.libs/php_swoole_cxx.o ext-src/.libs/swoole_admin_server.o ext-src/.libs/swoole_async_coro.o ext-src/.libs/swoole_atomic.o ext-src/.libs/swoole_channel_coro.o ext-src/.libs/swoole_client.o ext-src/.libs/swoole_client_coro.o ext-src/.libs/swoole_coroutine.o ext-src/.libs/swoole_coroutine_scheduler.o ext-src/.libs/swoole_coroutine_system.o ext-src/.libs/swoole_curl.o ext-src/.libs/swoole_event.o ext-src/.libs/swoole_http2_client_coro.o ext-src/.libs/swoole_http2_server.o ext-src/.libs/swoole_http_client_coro.o ext-src/.libs/swoole_http_request.o ext-src/.libs/swoole_http_response.o ext-src/.libs/swoole_http_server.o ext-src/.libs/swoole_http_server_coro.o ext-src/.libs/swoole_lock.o ext-src/.libs/swoole_mysql_coro.o ext-src/.libs/swoole_mysql_proto.o ext-src/.libs/swoole_name_resolver.o ext-src/.libs/swoole_postgresql_coro.o ext-src/.libs/swoole_pgsql.o ext-src/.libs/swoole_odbc.o ext-src/.libs/swoole_oracle.o ext-src/.libs/swoole_sqlite.o ext-src/.libs/swoole_process.o ext-src/.libs/swoole_process_pool.o ext-src/.libs/swoole_redis_coro.o ext-src/.libs/swoole_redis_server.o ext-src/.libs/swoole_runtime.o ext-src/.libs/swoole_server.o ext-src/.libs/swoole_server_port.o ext-src/.libs/swoole_socket_coro.o ext-src/.libs/swoole_table.o ext-src/.libs/swoole_timer.o ext-src/.libs/swoole_websocket_server.o src/core/.libs/base.o src/core/.libs/base64.o src/core/.libs/channel.o src/core/.libs/crc32.o src/core/.libs/error.o src/core/.libs/heap.o src/core/.libs/log.o src/core/.libs/string.o src/core/.libs/timer.o src/coroutine/.libs/base.o src/coroutine/.libs/channel.o src/coroutine/.libs/context.o src/coroutine/.libs/file_lock.o src/coroutine/.libs/hook.o src/coroutine/.libs/socket.o src/coroutine/.libs/system.o src/coroutine/.libs/thread_context.o src/lock/.libs/mutex.o src/lock/.libs/rw_lock.o src/lock/.libs/spin_lock.o src/memory/.libs/buffer.o src/memory/.libs/fixed_pool.o src/memory/.libs/global_memory.o src/memory/.libs/ring_buffer.o src/memory/.libs/shared_memory.o src/memory/.libs/table.o src/network/.libs/address.o src/network/.libs/client.o src/network/.libs/dns.o src/network/.libs/socket.o src/network/.libs/stream.o src/os/.libs/async_thread.o src/os/.libs/base.o src/os/.libs/file.o src/os/.libs/msg_queue.o src/os/.libs/pipe.o src/os/.libs/process_pool.o src/os/.libs/sendfile.o src/os/.libs/signal.o src/os/.libs/timer.o src/os/.libs/unix_socket.o src/os/.libs/wait.o src/protocol/.libs/base.o src/protocol/.libs/dtls.o src/protocol/.libs/http.o src/protocol/.libs/http2.o src/protocol/.libs/message_bus.o src/protocol/.libs/mime_type.o src/protocol/.libs/mqtt.o src/protocol/.libs/redis.o src/protocol/.libs/socks5.o src/protocol/.libs/ssl.o src/protocol/.libs/websocket.o src/reactor/.libs/base.o src/reactor/.libs/epoll.o src/reactor/.libs/kqueue.o src/reactor/.libs/poll.o src/reactor/.libs/select.o src/server/.libs/base.o src/server/.libs/manager.o src/server/.libs/master.o src/server/.libs/port.o src/server/.libs/process.o src/server/.libs/reactor_process.o src/server/.libs/reactor_thread.o src/server/.libs/static_handler.o src/server/.libs/task_worker.o src/server/.libs/worker.o src/wrapper/.libs/event.o src/wrapper/.libs/http.o src/wrapper/.libs/timer.o thirdparty/php/curl/.libs/interface.o thirdparty/php/curl/.libs/multi.o thirdparty/php/sockets/.libs/multicast.o thirdparty/php/sockets/.libs/sendrecvmsg.o thirdparty/php/sockets/.libs/conversions.o thirdparty/php/sockets/.libs/sockaddr_conv.o thirdparty/php/standard/.libs/var_decoder.o thirdparty/php/standard/.libs/proc_open.o thirdparty/.libs/swoole_http_parser.o thirdparty/.libs/multipart_parser.o thirdparty/hiredis/.libs/hiredis.o thirdparty/hiredis/.libs/alloc.o thirdparty/hiredis/.libs/net.o thirdparty/hiredis/.libs/read.o thirdparty/hiredis/.libs/sds.o thirdparty/php80/pdo_pgsql/.libs/pgsql_driver.o thirdparty/php80/pdo_pgsql/.libs/pgsql_statement.o thirdparty/php81/pdo_pgsql/.libs/pgsql_driver.o thirdparty/php81/pdo_pgsql/.libs/pgsql_statement.o thirdparty/php80/pdo_sqlite/.libs/sqlite_driver.o thirdparty/php80/pdo_sqlite/.libs/sqlite_statement.o thirdparty/php81/pdo_sqlite/.libs/sqlite_driver.o thirdparty/php81/pdo_sqlite/.libs/sqlite_statement.o thirdparty/boost/asm/.libs/make_x86_64_sysv_elf_gas.o thirdparty/boost/asm/.libs/jump_x86_64_sysv_elf_gas.o  -lpq -lsqlite3 -lz -lbrotlienc -lbrotlidec -lcares -lrt -lssl -lcrypto -lnghttp2 -L/usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1 -L/usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1/../../../../x86_64-alpine-linux-musl/lib/../lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1/../../../../x86_64-alpine-linux-musl/lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1/../../.. -lstdc++ -lm -lssp_nonshared -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1/crtendS.o /usr/lib/gcc/x86_64-alpine-linux-musl/13.1.1/../../../../lib/crtn.o  -pthread -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,pack-relative-relocs -Wl,-soname -Wl,swoole.so -o .libs/swoole.so
creating swoole.la
(cd .libs && rm -f swoole.la && ln -s ../swoole.la swoole.la)
/bin/sh /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/libtool --mode=install cp ./swoole.la /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/modules
cp ./.libs/swoole.so /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/modules/swoole.so
cp ./.libs/swoole.lai /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/modules/swoole.la
PATH="$PATH:/sbin" ldconfig -n /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /mnt/testing/php8-pecl-swoole/src/swoole-5.1.0/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

real    0m 12.96s
user    0m 10.64s
sys 0m 4.68s
/mnt/testing/php8-pecl-swoole $ abuild check
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/swoole.so' (tried: modules/swoole.so (Error relocating modules/swoole.so: swoole_pgsql_exec_params: symbol not found), /usr/lib/php8/modules/modules/swoole.so.so (Error loading shared library /usr/lib/php8/modules/modules/swoole.so.so: No such file or directory)) in Unknown on line 0
Extension 'swoole' not present.
>>> ERROR: php8-pecl-swoole: check failed
andypost commented 11 months ago

Build fails on every 32-bit arch, used to upgrade for Alpinelinux https://gitlab.alpinelinux.org/alpine/aports/-/pipelines/184042

NathanFreeman commented 11 months ago

Swoole 5.1 does not support 32-bit systems now.

joseluisq commented 11 months ago

@NathanFreeman good to know. Is this mentioned somewhere?

NathanFreeman commented 11 months ago

Sorry, I forgot to include this note in the update instructions. I will add it later.