Hi Remi, Yes, it should work only with 8.0 onward, the source code has not been released yet to a public repository, we're working here to create a mirror of our private repo on github so that the code will be available.
As for the KRB5 issue, what OS/release are you using to build the code? I might have to check for compatibility issues and fix them. Thanks a lot ________________________________ From: Remi Collet <r...@php.net> Sent: Monday, May 10, 2021 11:21 AM To: pecl-dev@lists.php.net <pecl-dev@lists.php.net>; Filip Janiszewski <filip.janiszew...@oracle.com> Subject: [External] : Re: [PECL-DEV] New PECL Extension, mysqlnd based Also krb5 support seems broken PKG_CHECK_MODULES([KRB5], [libkrb5]) Which library provides this PKG_CHECK_MODULES([KRB5], [krb5]) Seems better (build passes), but cannot be loaded modules/mysqlnd.so: undefined symbol: GSS_C_NT_USER_NAME Remi