From a7bae4294a9b4ddd97dc1972980fe755f34a198b Mon Sep 17 00:00:00 2001 From: jim winstead Date: Thu, 25 Apr 2002 23:14:46 +0000 Subject: [PATCH] don't create spam for cia.com and gvpi.com, and remove the added-in-version note. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80011 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/openssl/functions/openssl-pkcs7-encrypt.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/reference/openssl/functions/openssl-pkcs7-encrypt.xml b/reference/openssl/functions/openssl-pkcs7-encrypt.xml index b2c30a2889..a816be2be0 100644 --- a/reference/openssl/functions/openssl-pkcs7-encrypt.xml +++ b/reference/openssl/functions/openssl-pkcs7-encrypt.xml @@ -1,5 +1,5 @@ - + @@ -61,9 +61,9 @@ fclose($fp); // encrypt it if (openssl_pkcs7_encrypt("msg.txt", "enc.txt", $key, - array("To" => "msisolak@gvpi.com", // keyed + array("To" => "nighthawk@example.com", // keyed syntax - "From: HQ ", // indexed syntax + "From: HQ ", // indexed syntax "Subject" => "Eyes only"))) { // message encrypted - send it! @@ -73,9 +73,6 @@ syntax - - This function was added in 4.0.6. -