[PHP-DEV] mcrypt

2002-07-30 Thread Purushotham Komaravolu
Hello, I am getting some odd errors trying to get an encrypt/decrypt process to work. Looking at the manual examples and some other literature, I have tried the two approaches listed below. For each, I get a sometimes-works, sometimes fails result. The

[PHP-DEV] Mcrypt compile error in CVS

2002-05-30 Thread Mitch Vincent
I have the algos compiled into the mcrypt library (needed to have it work with OS X) and get this when I try to compile the latest CVS pf PHP.. Just an FYI -- thanks! /usr/local/download/php4/ext/mcrypt/mcrypt.c:222: warning: `MCRYPT_FAILED' redefined /usr/local/include/mcrypt.h:30: warning:

Re: [PHP-DEV] mcrypt issues

2001-08-24 Thread derick
Hello, crashes that are related to closing modules are probably because a change in the mcrypt library... I just found this in the manual: The library is closed by calling mcrypt_module_close(), but you should not call that function if mcrypt_generic_end() is called before. and: int

[PHP-DEV] mcrypt: Unknown list entry type in request shutdown

2001-08-23 Thread Holger Schopohl
Hi CVS PHP notify: Warning: Unknown list entry type in request shutdown on each mcrypt_module_open() call. i have test it on 2 diffrent systems under linux and it each time the same ... Regards, -- Holger -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] mcrypt issues

2001-08-23 Thread Michael S. Fischer
Would anyone care to comment on this thread? Seems we've uncovered yet another mcrypt-related bug in PHP 4.0.6. Thanks, --Michael -Original Message- From: Dathan Pattishall Sent: Thursday, August 23, 2001 10:44 AM To: RO - Sever Filoti; Dathan Pattishall Cc: Drew Folta; ACP-Split

Re: [PHP-DEV] mcrypt broken?

2001-08-18 Thread Derick Rethans
On Sat, 18 Aug 2001, Anil Madhavapeddy wrote: Testing PHP-4.0.7RC1 on OpenBSD-2.9, w/ libmcrypt-2.4.15 Mcrypt seems a bit broken; even calling nothing but mcrypt_module_open results in Warning: Unknown list entry type in request shutdown (0) in ... Anyone else seeing this problem? I'm

[PHP-DEV] mcrypt broken?

2001-08-17 Thread Anil Madhavapeddy
Testing PHP-4.0.7RC1 on OpenBSD-2.9, w/ libmcrypt-2.4.15 Mcrypt seems a bit broken; even calling nothing but mcrypt_module_open results in Warning: Unknown list entry type in request shutdown (0) in ... Anyone else seeing this problem? Anil -- PHP Development Mailing List http://www.php.net/

[PHP-DEV] mcrypt failure under PHP 4.0.5 - more info.

2001-05-17 Thread Chris Walker
Hi fellow developers, RE: mcrypt functionality failure since PHP 4.0.5 upgrade. This is a snippet taken from the class that handles the addition of new users into the users table. It shows the way we *were successfully* using mcrypt to encrypt user's passwords: //--- Begin code paste.

Fwd: [PHP-DEV] mcrypt failure under PHP 4.0.5 - more info.

2001-05-17 Thread Andi Gutmans
: Chris Walker [EMAIL PROTECTED] X-Mailer: The Bat! (v1.51) Personal Reply-To: Chris Walker [EMAIL PROTECTED] Organization: Gameshrine To: [EMAIL PROTECTED] Subject: [PHP-DEV] mcrypt failure under PHP 4.0.5 - more info. Hi fellow developers, RE: mcrypt functionality failure since PHP 4.0.5 upgrade

Re: Fwd: [PHP-DEV] mcrypt failure under PHP 4.0.5 - more info.

2001-05-17 Thread derick
On Thu, 17 May 2001, Andi Gutmans wrote: Sascha, Can you please check this out? It should probably be fixed for 4.0.6. The code he pasted gives me a nice segfault: Program received signal SIGSEGV, Segmentation fault. permute (inblock=0x81ac1e4 6866206b\204Ì\217*, perm=0x1980,

Re: [PHP-DEV] mcrypt

2001-03-05 Thread Derick Rethans
On Mon, 5 Mar 2001, Cameron wrote: when are the bugs with the latest mcrypt going to be fixed?!? When I can find a little time for it, and I don't have much of it right now. Derick Rethans - PHP: Scripting the Web -

[PHP-DEV] mcrypt

2001-03-04 Thread Cameron
when are the bugs with the latest mcrypt going to be fixed?!? Cameron -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] mcrypt

2001-03-02 Thread Cameron
any ideas on when mcrypt will be patched up for the latest version? also what about a date for RC1 ? Cameron Brunner -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

RE: [PHP-DEV] mcrypt oracle 81

2001-01-22 Thread Vinod Panicker
:40 PM To: Vinod Panicker Cc: php-dev Subject: Re: [PHP-DEV] mcrypt oracle 81 Hello, please provide more information, such as a backtrace and the messages in your error_log (of your webserver). Derick On Mon, 22 Jan 2001, Vinod Panicker wrote: hey.. i'm trying to get PHP 4.0.4pl1 working

RE: [PHP-DEV] mcrypt oracle 81

2001-01-22 Thread Vinod Panicker
and to what? while configuring apache or php? thanks.. -Original Message- From: Paul Mindeman [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 8:36 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] mcrypt oracle 81 Vinod Panicker wrote: hey.. i'm trying to get PHP 4.0.4pl1

Re: [PHP-DEV] mcrypt oracle 81

2001-01-21 Thread Derick Rethans
Hello, please provide more information, such as a backtrace and the messages in your error_log (of your webserver). Derick On Mon, 22 Jan 2001, Vinod Panicker wrote: hey.. i'm trying to get PHP 4.0.4pl1 working with mcrypt 2.4.7 and oracle 8i... problem is that everything gets