On Di, 2017-03-14 at 09:12 +0100, Remi Collet wrote: > Le 14/03/2017 à 00:44, PECL Announce a écrit : > > The new PECL package mysql_xdevapi-1.0.1 (alpha) has been released at > > http://pecl.php.net/. > > > > Reported here, I I don't see any link to sources, and no bug component
reporting as mysql bug and assigning to "mysql" should be okayish, a bug category might be useful, though. I want to push the git tree, unfortunately it is a bit messed as the tree used is a complete php-src tree with some renames, which makes a subtree export with full history non-trivial. > Still broken > > checking for DSA_get_default_method in -lssl... no > checking for X509_free in -lcrypto... yes > checking for pkg-config... /usr/bin/pkg-config > configure: error: Cannot find OpenSSL's <evp.h> > erreur : Mauvais statut de sortie pour /var/tmp/rpm-tmp.HCbjKU (%build) > > > Adding, in config.m4, fixes the issue. > > PHP_ARG_WITH(openssl, for OpenSSL support, > [ --with-openssl[=DIR] Include OpenSSL support]) Actually we should try to get all ssl stuff out and only use APIs from ext/openssl or php streams so this works when loading ssl as shared object (especially on Windows) I'll look into this issue. I'll also look at the 32bit issue. johannes -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
