Page 1 of 1

Adding PHP Mcrypt Libaray

PostPosted: 03. August 2006 07:22
by rayishu
Hey im having some difficulty installing (compiling whaterver u like) the PHP mcrypt Libarys i tried getting the file off PHPs website putting it whwere they wanted me to put it then going to the PHP.ini file and uncommenting it but when i run my script to encrypt it still doesnt work it gives me a function not found or something error

im sorry if this question has been asked before this is my 2nd post

PostPosted: 03. August 2006 07:35
by Izzy
Try this in XAMPP 1.5.3a

You may have to delete the files you downloaded and installed first.

In XAMPP the extensions are located in xampp\php\ext
The php.ini file is in xampp\apache\bin
Uncomment both:
;extension=php_mcrypt.dll
;extension=php_mcrypt_filter.dll

Resart Apache and check your phpinfo.php file located in the XAMPP's Welcome Page menu left frame.
If mcrypt is present and enabled, again check you script is encrypting as intended.

PostPosted: 14. August 2006 02:34
by rayishu
WOW DUDE THANKS SO MUCH THAT WAS JUST WHAT I WAS LOOKING FOR NEVER KNEW IT WAS THAT EASY LOL

PostPosted: 14. August 2006 03:04
by Izzy
rayishu wrote:WOW DUDE THANKS SO MUCH THAT WAS JUST WHAT I WAS LOOKING FOR NEVER KNEW IT WAS THAT EASY LOL
I hear you, no need to shout. ;)

All caps in forums is deemed to be shouting and therefore is frowned upon in most forums.

Glad you have it working now. :)