diff options
| author | Frank Denis <github@pureftpd.org> | 2017-08-24 16:17:41 +0200 |
|---|---|---|
| committer | Frank Denis <github@pureftpd.org> | 2017-08-24 16:17:41 +0200 |
| commit | 48907e57ffbe44603d9146192a491628d8e4ce65 (patch) | |
| tree | f2a3e8fbbd4c228e7c84c45a1dd84dbc2b42c90d /ext/sodium | |
| parent | 3691f3691317af3f4aa950f99e8446666a0e7d83 (diff) | |
| download | php-git-48907e57ffbe44603d9146192a491628d8e4ce65.tar.gz | |
sodium ext: if it's a length, call it "length"!
Diffstat (limited to 'ext/sodium')
| -rw-r--r-- | ext/sodium/libsodium.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sodium/libsodium.c b/ext/sodium/libsodium.c index 82c43a1da1..51171f27e7 100644 --- a/ext/sodium/libsodium.c +++ b/ext/sodium/libsodium.c @@ -66,7 +66,7 @@ ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(AI_StringAndLength, 0, 0, 2) ZEND_ARG_INFO(0, string) - ZEND_ARG_INFO(0, key) + ZEND_ARG_INFO(0, length) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(AI_StringAndKeyPair, 0, 0, 2) |
