For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > April 2007 > cvs: phpdoc /en/reference/gnupg reference.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/gnupg reference.xml
Maciek Sokolewicz

2007-04-18, 6:59 pm

tularis Wed Apr 18 16:04:50 2007 UTC

Modified files:
/phpdoc/en/reference/gnupg reference.xml
Log:
fixed typo in example, note #74579

http://cvs.php.net/viewvc.cgi/phpdo...5&diff_format=u
Index: phpdoc/en/reference/gnupg/reference.xml
diff -u phpdoc/en/reference/gnupg/reference.xml:1.4 phpdoc/en/reference/gnupg/reference.xml:1.5
--- phpdoc/en/reference/gnupg/reference.xml:1.4 Thu Dec 8 12:10:53 2005
+++ phpdoc/en/reference/gnupg/reference.xml Wed Apr 18 16:04:50 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Purpose: utilspec.nontext -->
<!-- Membership: pecl -->
<!-- State: beta -->
@@ -87,7 +87,7 @@
// add key with passphrase 'test' for signing
gnupg_addsignkey($res," 8660281B6051D071D94B5B230549F9DC851566DC
","test");
// sign
-$signed = gnupg_sign("just a test");
+$signed = gnupg_sign($res,"just a test");
echo $signed;
?>
]]>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com