hi,

On Fri, Jan 2, 2015 at 9:05 AM, Scott Arciszewski <kobrasre...@gmail.com> wrote:
> Hi PHP Internals,
>
> Right now, the libsodium PECL package is in the beta channel. Would it be
> possible to include libsodium as a core extension in PHP 7? If so, what
> hurdles would need to be cleared before that happens?
>
> http://doc.libsodium.org/
> http://pecl.php.net/package/libsodium
> https://github.com/jedisct1/libsodium-php

It is possible, however I am not a big fan of its APIs. Mapping one to
one the library APIs may sound nice but it is actually not a good
thing in this case in my humble opinion. Many functions do not make
sense to expose directly or not using the same methods.

That being said, I like libsodium, used it in a couple of projects
(not php related) :)

Cheers,
--
Pierre

@pierrejoye | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to