Re: [PHP] php_mcrypt.dll

2003-02-21 Thread W. Enserink
hi Daniel,

AFAIK there are not many people with a good working mcrypt dll, if any at
all. In the past there have been more people asking for this, but I can't
remember something came out of it. So if you have one please let the group
know, many will be very interested. If you want to you can download the
original code yourself together with a C comipiler and cookbake your own
dll for windows

regards Wilbert










- Original Message -
From: Daniel Guerrier [EMAIL PROTECTED]
To: php user group [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 6:12 AM
Subject: [PHP] php_mcrypt.dll


 I'm trying to use the mcrypt function on winXP using
 php 4.3.1 and IIS 5.  First the dll would not load but
 I got past that by placing the libmcrypt.dll in my
 system32.  Now it loads but when I try to use mcrypt I
 get

 Warning: mcrypt_encrypt(): Module initialization
 failed in
 E:\IIS\wwwroot\savehiphop\admin\access\encrypt.php on
 line 6

 I don't think it's the code, it's pretty simple.
 $key = longencrytionkey;
 $text = danny;
 echo($text . br);

 $newtext = mcrypt_encrypt(MCRYPT_BLOWFISH,$key,
 $text, ecb);
 echo($newtext);


 How do I get mycryt extension to work properly on
 windows?


 __
 Do you Yahoo!?
 Yahoo! Tax Center - forms, calculators, tips, more
 http://taxes.yahoo.com/

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

- 
Pas de Deux 
Van Mierisstraat 25 
2526 NM Den Haag 
tel 070 4450855 
fax 070 4450852 
http://www.pdd.nl 
[EMAIL PROTECTED] 
-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] php_mcrypt.dll

2003-02-21 Thread Jason Sheets
The DLL is being provided already, there is no need to compile your own
for windows.  Windows users interested in using mcrypt can download the
required dll files at
http://ftp.proventum.net/pub/php/win32/misc/mcrypt/

This is noted in the manual at http://www.php.net/mcrypt

Jason
On Fri, 2003-02-21 at 01:41, W. Enserink wrote:
 hi Daniel,
 
 AFAIK there are not many people with a good working mcrypt dll, if any at
 all. In the past there have been more people asking for this, but I can't
 remember something came out of it. So if you have one please let the group
 know, many will be very interested. If you want to you can download the
 original code yourself together with a C comipiler and cookbake your own
 dll for windows
 
 regards Wilbert
 
 
 
 
 
 
 
 
 
 
 - Original Message -
 From: Daniel Guerrier [EMAIL PROTECTED]
 To: php user group [EMAIL PROTECTED]
 Sent: Friday, February 21, 2003 6:12 AM
 Subject: [PHP] php_mcrypt.dll
 
 
  I'm trying to use the mcrypt function on winXP using
  php 4.3.1 and IIS 5.  First the dll would not load but
  I got past that by placing the libmcrypt.dll in my
  system32.  Now it loads but when I try to use mcrypt I
  get
 
  Warning: mcrypt_encrypt(): Module initialization
  failed in
  E:\IIS\wwwroot\savehiphop\admin\access\encrypt.php on
  line 6
 
  I don't think it's the code, it's pretty simple.
  $key = longencrytionkey;
  $text = danny;
  echo($text . br);
 
  $newtext = mcrypt_encrypt(MCRYPT_BLOWFISH,$key,
  $text, ecb);
  echo($newtext);
 
 
  How do I get mycryt extension to work properly on
  windows?
 
 
  __
  Do you Yahoo!?
  Yahoo! Tax Center - forms, calculators, tips, more
  http://taxes.yahoo.com/
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 - 
 Pas de Deux 
 Van Mierisstraat 25 
 2526 NM Den Haag 
 tel 070 4450855 
 fax 070 4450852 
 http://www.pdd.nl 
 [EMAIL PROTECTED] 
 -
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] php_mcrypt.dll

2003-02-21 Thread W. Enserink
ah thx Jason for the tips.
I'll go and have a look immediately.


Wilbert

- Original Message -
From: Jason Sheets [EMAIL PROTECTED]
To: W. Enserink [EMAIL PROTECTED]
Cc: Daniel Guerrier [EMAIL PROTECTED]; php user group
[EMAIL PROTECTED]
Sent: Friday, February 21, 2003 3:15 PM
Subject: Re: [PHP] php_mcrypt.dll


 The DLL is being provided already, there is no need to compile your own
 for windows.  Windows users interested in using mcrypt can download the
 required dll files at
 http://ftp.proventum.net/pub/php/win32/misc/mcrypt/

 This is noted in the manual at http://www.php.net/mcrypt

 Jason
 On Fri, 2003-02-21 at 01:41, W. Enserink wrote:
  hi Daniel,
 
  AFAIK there are not many people with a good working mcrypt dll, if any
at
  all. In the past there have been more people asking for this, but I
can't
  remember something came out of it. So if you have one please let the
group
  know, many will be very interested. If you want to you can download the
  original code yourself together with a C comipiler and cookbake your
own
  dll for windows
 
  regards Wilbert
 
 
 
 
 
 
 
 
 
 
  - Original Message -
  From: Daniel Guerrier [EMAIL PROTECTED]
  To: php user group [EMAIL PROTECTED]
  Sent: Friday, February 21, 2003 6:12 AM
  Subject: [PHP] php_mcrypt.dll
 
 
   I'm trying to use the mcrypt function on winXP using
   php 4.3.1 and IIS 5.  First the dll would not load but
   I got past that by placing the libmcrypt.dll in my
   system32.  Now it loads but when I try to use mcrypt I
   get
  
   Warning: mcrypt_encrypt(): Module initialization
   failed in
   E:\IIS\wwwroot\savehiphop\admin\access\encrypt.php on
   line 6
  
   I don't think it's the code, it's pretty simple.
   $key = longencrytionkey;
   $text = danny;
   echo($text . br);
  
   $newtext = mcrypt_encrypt(MCRYPT_BLOWFISH,$key,
   $text, ecb);
   echo($newtext);
  
  
   How do I get mycryt extension to work properly on
   windows?
  
  
   __
   Do you Yahoo!?
   Yahoo! Tax Center - forms, calculators, tips, more
   http://taxes.yahoo.com/
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, visit: http://www.php.net/unsub.php
 
  -
  Pas de Deux
  Van Mierisstraat 25
  2526 NM Den Haag
  tel 070 4450855
  fax 070 4450852
  http://www.pdd.nl
  [EMAIL PROTECTED]
  -
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php

- 
Pas de Deux 
Van Mierisstraat 25 
2526 NM Den Haag 
tel 070 4450855 
fax 070 4450852 
http://www.pdd.nl 
[EMAIL PROTECTED] 
-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] php_mcrypt.dll

2003-02-20 Thread Daniel Guerrier
I'm trying to use the mcrypt function on winXP using
php 4.3.1 and IIS 5.  First the dll would not load but
I got past that by placing the libmcrypt.dll in my
system32.  Now it loads but when I try to use mcrypt I
get 

Warning: mcrypt_encrypt(): Module initialization
failed in
E:\IIS\wwwroot\savehiphop\admin\access\encrypt.php on
line 6

I don't think it's the code, it's pretty simple.
$key = longencrytionkey;
$text = danny;
echo($text . br);

$newtext = mcrypt_encrypt(MCRYPT_BLOWFISH,$key,
$text, ecb);
echo($newtext);


How do I get mycryt extension to work properly on
windows?


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] php_mcrypt.dll

2003-02-20 Thread Bob Irwin
Did you try the php.net website?  Because I haven't used it, I can't help
you other than doing a quick google search which produces the following
link - which contains information on a workaround for a similar problem.  Do
a find on the page for 'failed'.

http://si.php.net:/manual/en/ref.mcrypt.php



Best Regards
Bob Irwin
Server Admin  Web Programmer
Planet Netcom
- Original Message -
From: Daniel Guerrier [EMAIL PROTECTED]
To: php user group [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 4:12 PM
Subject: [PHP] php_mcrypt.dll


 I'm trying to use the mcrypt function on winXP using
 php 4.3.1 and IIS 5.  First the dll would not load but
 I got past that by placing the libmcrypt.dll in my
 system32.  Now it loads but when I try to use mcrypt I
 get

 Warning: mcrypt_encrypt(): Module initialization
 failed in
 E:\IIS\wwwroot\savehiphop\admin\access\encrypt.php on
 line 6

 I don't think it's the code, it's pretty simple.
 $key = longencrytionkey;
 $text = danny;
 echo($text . br);

 $newtext = mcrypt_encrypt(MCRYPT_BLOWFISH,$key,
 $text, ecb);
 echo($newtext);


 How do I get mycryt extension to work properly on
 windows?


 __
 Do you Yahoo!?
 Yahoo! Tax Center - forms, calculators, tips, more
 http://taxes.yahoo.com/

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


 Scanned by PeNiCillin http://safe-t-net.pnc.com.au/



Scanned by PeNiCillin http://safe-t-net.pnc.com.au/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php