[PECL-DEV] Re: [External] : Re: [PECL-DEV] New PECL Extension, mysqlnd based

2021-05-10 Thread Remi Collet
Please provide LICENSE file in pecl package Else anyone dsitributing it will violate the license terms Remi -- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php

[PECL-DEV] Re: [External] : Re: [PECL-DEV] New PECL Extension, mysqlnd based

2021-05-10 Thread Remi Collet
ewski 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/mysql

[PECL-DEV] Re: [External] : Re: [PECL-DEV] New PECL Extension, mysqlnd based

2021-05-10 Thread Filip Janiszewski
de? I might have to check for compatibility issues and fix them. Thanks a lot From: Remi Collet Sent: Monday, May 10, 2021 11:21 AM To: pecl-dev@lists.php.net ; Filip Janiszewski Subject: [External] : Re: [PECL-DEV] New PECL Extension, mysqlnd based Also

Re: [PECL-DEV] New PECL Extension, mysqlnd based

2021-05-10 Thread Remi Collet
Le 10/05/2021 à 11:21, Remi Collet a écrit : 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

Re: [PECL-DEV] New PECL Extension, mysqlnd based

2021-05-10 Thread Remi Collet
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 -- PECL development discussion Mai

Re: [PECL-DEV] New PECL Extension, mysqlnd based

2021-05-10 Thread Remi Collet
Le 22/04/2021 à 10:23, Filip Janiszewski a écrit : Hi, I would like to publish a new extension on PECL, the proposed name is mysqlnd_ngen (where ngen stands for next gen) and it would contain mysqlnd, mysqli and pdo (forked from php and bundled in one extension with building scripts that will

[PECL-DEV] New PECL Extension, mysqlnd based

2021-04-22 Thread Filip Janiszewski
Hi, I would like to publish a new extension on PECL, the proposed name is mysqlnd_ngen (where ngen stands for next gen) and it would contain mysqlnd, mysqli and pdo (forked from php and bundled in one extension with building scripts that will prepare the 3 extension builds which the user can lo