> On Aug 20, 2026, at 11:56, Zachary DuBois <[email protected]> wrote: > > Hi, I am Zachary DuBois (zacharydubois on the wiki) - been a developer for > about 10 years. I am working on a project involving cryptography and noticed > PHP is missing some newer libsodium functions that I needed to use. Instead > of maintaining my own fork of the extension, I'd like to add in the missing > functions (`sodium_crypto_kem_*`) inside the PHP libsodium extension directly. > > I was wondering if adding missing base library functions needs to go through > the RFC path as well or if it just needs to be a simple PR on GitHub (I've > seen a few extensions get PRs for adding functionality vs going through the > RFC path). > > Thanks! > > -- Zachary J. DuBois > - - - - - - - - - - - - - - - - - - - - > [email protected] > https://zacharydubois.me > - - - - - - - - - - - - - - - - - - - -
As I mentioned above, I have finished this work and opened PR 23420. I am new to contributing to PHP so if someone could take a look - that would be awesome. https://github.com/php/php-src/pull/23420 Thanks!
