Date: 09/15/00
- Next message: joakim <email protected>: "[PHP-DEV] PHP 4.0 Bug #6763: Outlook web access doens't work when PHP Isapi filter is installed"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6765 Updated: CSS & PHP in IE5"
- In reply to: tgk <email protected>: "[PHP-DEV] PHP 4.0 Bug #6757: mcrypt_module_open"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello there,
It seems that the CVS server is out of the air.... now I can't update the docs about it.
Derick
tgk <email protected> wrote:
> From: tgk <email protected>
> Operating system: Slackware Linux 7.0
> PHP version: 4.0.2
> PHP Bug Type: *Configuration Issues
> Bug description: mcrypt_module_open
>
> The online documentation at www.php.net under "mcrypt" states in example #2 that you should use the line:
>
> $td = mcrypt_open_module (MCRYPT_TripleDES, "", MCRYPT_MODE_ECB);
>
> However the function mcrypt_open_module does not exist, atleast in my installation of 4.0.2. However This line does work:
>
> $td = mcrypt_module_open(MCRYPT_TripleDES, "", MCRYPT_MODE_ECB, "");
>
> Is this a typo in the online documentation or a configuration error? I posted a user note against "mcrypt" in the quick ref section.
>
> I installed libmhash(0.8.2), libmcrypt(2.2.4), and mcrypt(2.5.4), ran ldconfig to update all the libraries, and configured.
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
-- Derick Rethans JDI Media SolutionsH.v.Tussenbroekstraat 1 6952 BL Dieren The Netherlands
e-mail: d.rethans <email protected> http://www.jdimedia.nl/
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: joakim <email protected>: "[PHP-DEV] PHP 4.0 Bug #6763: Outlook web access doens't work when PHP Isapi filter is installed"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6765 Updated: CSS & PHP in IE5"
- In reply to: tgk <email protected>: "[PHP-DEV] PHP 4.0 Bug #6757: mcrypt_module_open"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

