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

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?

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

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