PHP showing its maturity in release 7.4
PHP showing its maturity in release 7.4
Posted May 5, 2020 3:31 UTC (Tue) by jkingweb (subscriber, #113039)Parent article: PHP showing its maturity in release 7.4
Posted May 5, 2020 12:45 UTC (Tue)
by ThePandaman (guest, #138628)
[Link]
They wrap around the extension with easy to use classes with good documentation on when to use which functions.
Posted May 5, 2020 12:54 UTC (Tue)
by WolfWings (subscriber, #56790)
[Link] (1 responses)
The huge swath of aead_* functions should be ignored entirely by the supermajority of PHP devs for instance, just use secretbox, box, or seal instead. There's a lot of 'helper' functions that with the PHP interface they've been given are also entirely redundant compared to the built-in PHP functions as well like the duplicate bin2hex and it's ilk as well. Some like the memcmp exist to avoid side-channel attacks, but a lot of the conversion helper functions don't benefit from being exposed except to add additional functions to the extension to (not) document in over 2.5 years now.
Posted May 6, 2020 17:53 UTC (Wed)
by coogle (guest, #138507)
[Link]
Like I said in the article, it's really going to be interesting to see what hosting providers do here because they are going to make or break it IMO. If cheap WordPress hosts make libsodium.so available (along with all the others) I think it's going to really change PHP for the better long-term.
PHP showing its maturity in release 7.4
PHP showing its maturity in release 7.4
PHP showing its maturity in release 7.4
