Bonjour,

On Tue, 2016-12-06 at 12:29 +0100, Remi Collet wrote:
> Le 05/12/2016 à 10:54, Johannes Schlüter a écrit :
> > Hi PECL community,
> > 
> > I'd like to propose a new package mysql_xdevapi for PECL. Contrary to
> > other mysqlnd PECL packages, which are just plugins with very little
> > user-related surface, this is a new API for MySQL based on MySQL's new X
> > protocol.
> > 
> > Basic information on the API can be found here:
> > http://dev.mysql.com/doc/x-devapi-userguide/en/
> > 
> > The source is licensed under PHP License 3.01 and available as package
> > on https://schlueters.de/mysql_xdevapi-1.0.0.tgz
> > 
> > If nobody complains I'll put it up over the next few days.
> 
> Just a quick try.
> 
> configure fails in PHP_SETUP_OPENSSL
> 
> checking for pkg-config... /usr/bin/pkg-config
> configure: error: Cannot find OpenSSL's <evp.h>
> 
> dropping this SSL part:

Yeah, SSL had some issues, if you have a way to fix this we're happy to
incorporate them :-)

> build fails with PHP 7.0
> 
>       unknown type name ‘MYSQLND_CSTRING’

As you noticed we only support 7.1.

> build fails with PHP 7.1
> 
>       ext/json/php_json_parser.h not found.
> 

This header should be installed since Oct 18.
https://github.com/php/php-src/commit/b7fe687914759cae706e318c3a4c245c9f71400d
Could you check why this is not the case on your system? An issue in
ext/json?

johannes

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to