mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
5dd0575698
When functions' or class methods' availability is based on some preprocessor condition, the generated arginfo header files wrap the declarations in the preprocessor `#if` conditional blocks, one per declaration, even if they are in the same conditional block based on comments in the stub file. Instead of having multiple conditional blocks one after the other with the same condition, combine them into a single conditional block. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
libsodium_arginfo.h | ||
libsodium.c | ||
libsodium.stub.php | ||
php_libsodium.h | ||
README.md | ||
sodium_pwhash_arginfo.h | ||
sodium_pwhash.c | ||
sodium_pwhash.stub.php |
libsodium-php
A simple, low-level PHP extension for libsodium.
Full documentation here: Using Libsodium in PHP Projects, a guide to using the libsodium PHP extension for modern, secure, and fast cryptography.