Date: 09/15/00
- Next message: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/appendices debugger.xml phpdevel.xml /en/chapters intro.xml /en/features file-upload.xml /en/functions array.xml com.xml cpdf.xml cybercash.xml domxml.xml errorfunc.xml funchand.xml http.xml ibase.xml image.xml imap.xml info.xml math.xml misc.xml pdf.xml posix.xml recode.xml swf.xml /en/language control-structures.xml functions.xml operators.xml types.xml variables.xml"
- Previous message: Mark Kronsbein: "[PHP-DOC] cvs: phpdoc /de Translators /de/appendices escaping.xml http-stuff.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
derick Fri Sep 15 10:48:37 2000 EDT
Modified files:
/phpdoc/en/functions mcrypt.xml
Log:
- Changed the second example
Index: phpdoc/en/functions/mcrypt.xml
diff -u phpdoc/en/functions/mcrypt.xml:1.8 phpdoc/en/functions/mcrypt.xml:1.9
--- phpdoc/en/functions/mcrypt.xml:1.8 Thu Sep 14 16:18:21 2000
+++ phpdoc/en/functions/mcrypt.xml Fri Sep 15 10:48:37 2000
@@ -60,7 +60,7 @@
$key = "this is a very secret key";
$input = "Let us meet at 9 o'clock at the secret place.";
-$td = mcrypt_module_open (MCRYPT_TripleDES, "", MCRYPT_MODE_ECB);
+$td = mcrypt_module_open (MCRYPT_TripleDES, "", MCRYPT_MODE_ECB, "");
$iv = mcrypt_create_iv (mcrypt_enc_get_iv_size ($td), MCRYPT_RAND);
mcrypt_generic_init ($td, $key, $iv);
$encrypted_data = mcrypt_generic ($td, $input);
- Next message: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/appendices debugger.xml phpdevel.xml /en/chapters intro.xml /en/features file-upload.xml /en/functions array.xml com.xml cpdf.xml cybercash.xml domxml.xml errorfunc.xml funchand.xml http.xml ibase.xml image.xml imap.xml info.xml math.xml misc.xml pdf.xml posix.xml recode.xml swf.xml /en/language control-structures.xml functions.xml operators.xml types.xml variables.xml"
- Previous message: Mark Kronsbein: "[PHP-DOC] cvs: phpdoc /de Translators /de/appendices escaping.xml http-stuff.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

