From 65e6a11592726d8aaa9b472e89c4f9384e7cf787 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 2 Jun 2016 11:49:35 +0000 Subject: [PATCH] $options accepts a bitmask Furthermore this function seems to be pretty well documented, so we can remove the undocumented warning. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339278 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/openssl/functions/openssl-encrypt.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/reference/openssl/functions/openssl-encrypt.xml b/reference/openssl/functions/openssl-encrypt.xml index 6afe0f3573..ebaba71df6 100644 --- a/reference/openssl/functions/openssl-encrypt.xml +++ b/reference/openssl/functions/openssl-encrypt.xml @@ -21,9 +21,6 @@ Encrypts given data with given method and key, returns a raw or base64 encoded string - - &warn.undocumented.func; - @@ -58,8 +55,8 @@ options - options can be one of - OPENSSL_RAW_DATA, + options is a bitwise disjunction of the flags + OPENSSL_RAW_DATA and OPENSSL_ZERO_PADDING.