php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #41627 mcrypt_module_open documentation duplication
Submitted: 2007-06-07 15:16 UTC Modified: 2007-06-17 09:01 UTC
From: cweldon at cerberusonline dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cweldon at cerberusonline dot com
New email:
PHP Version: OS:

 

 [2007-06-07 15:16 UTC] cweldon at cerberusonline dot com
Description:
------------
In the www.php.net documentation for the function mcrypt_module_open, the following lines of text appears both below Example 1258 and Example 1259:

The first line in the example above will try to open the DES cipher from the default directory and the EBC mode from the directory /usr/lib/mcrypt-modes. The second example uses strings as name for the cipher and mode, this only works when the extension is linked against libmcrypt 2.4.x or 2.5.x.

Below 1259 it should either be removed or replaced with documentation on what example 1259 is accomplishing. 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-17 09:01 UTC] gwynne@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Sep 13 19:00:01 2025 UTC