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
This commit is contained in:
jim winstead 2002-04-25 23:14:46 +00:00
parent a8d7ed0fd3
commit a7bae4294a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.4 -->
<refentry id="function.openssl-pkcs7-encrypt">
<refnamediv>
@ -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 <hq@cia.com>", // indexed syntax
"From: HQ <hq@example.com>", // indexed syntax
"Subject" => "Eyes only")))
{
// message encrypted - send it!
@ -73,9 +73,6 @@ syntax
</programlisting>
</example>
</para>
<note>
<para>This function was added in 4.0.6.</para>
</note>
</refsect1>
</refentry>