[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 manua

[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: th

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 m

[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 Subj

[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 To unsubscribe, e-mail: [EMA

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?

[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

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, outblo

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

2001-05-17 Thread Andi Gutmans
y 2001 16:48:36 +0100 >From: 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. > &

[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. $pass

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 -

Re: [PHP-DEV] mcrypt

2001-03-04 Thread Cameron
http://tnt.dynomyte.net/ . . . im pretty sure thats a bug, a fairly large one too that snap was downloaded AFTER the phpinfo fix's . . . Andi Gutmans wrote: > What bugs? > Can you describe them and cut them down to something very simple which will > allow us to fix it? > > Andi > > At 01:48 PM

Re: [PHP-DEV] mcrypt

2001-03-04 Thread Andi Gutmans
What bugs? Can you describe them and cut them down to something very simple which will allow us to fix it? Andi At 01:48 PM 3/5/2001 +1000, Cameron wrote: >when are the bugs with the latest mcrypt going to be fixed?!? > > >Cameron > > >-- >PHP Development Mailing List >To

[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 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 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr

Re: [PHP-DEV] mcrypt & oracle 81

2001-01-23 Thread Troels Arvin
I artikel <[EMAIL PROTECTED]>, skrev [EMAIL PROTECTED] : > i'm trying to get PHP 4.0.4pl1 working with mcrypt 2.4.7 and oracle > 8i... My experience is that the two don't mix. The manual says this about the mcrypt extension: Make sure you compile libmcrypt with the option --disable-p

RE: [PHP-DEV] mcrypt & oracle 81

2001-01-22 Thread Vinod Panicker
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 tr

Re: [PHP-DEV] mcrypt & oracle 81

2001-01-22 Thread Paul Mindeman
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 configured and make works too... but after > that when i start apache, it just dies. i'm using apache 1.3.14. > > anybody tried this before? pls hel

RE: [PHP-DEV] mcrypt & oracle 81

2001-01-22 Thread Remsnet PHP to news mailingliste
-with-eapi-only that patch the apache server for eapi support . using always DSO are required. > thanks... > > -Original Message- > From: Derick Rethans [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 22, 2001 2:40 PM > To: Vinod Panicker > Cc: php-dev &

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 g

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 conf

[PHP-DEV] mcrypt & oracle 81

2001-01-21 Thread Vinod Panicker
hey.. i'm trying to get PHP 4.0.4pl1 working with mcrypt 2.4.7 and oracle 8i... problem is that everything gets configured and make works too... but after that when i start apache, it just dies. i'm using apache 1.3.14. anybody tried this before? pls help me out if u can... -- PHP Develo