Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: mcrypt |
|
Author |
|
exeter-it
Joined: 22 Nov 2009 Posts: 3
|
Posted: Mon 30 Nov '09 15:56 Post subject: mcrypt |
|
|
Hi Guys,
I am struggeling ti get mcrypt working on php 5 apache 2.2. any ideas would be great.
; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
;extension=php_bz2.dll
extension=php_curl.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_exif.dll
;extension=php_fdf.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_gmp.dll
;extension=php_ifx.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
;extension=php_mbstring.dll
extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_msql.dll
;extension=php_mssql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll
extension=php_openssl.dll |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 30 Nov '09 17:57 Post subject: |
|
|
The line extension=php_mcrypt.dll is correct.
Did you restart your web server? Anything the error.log from apache? did you enable the php error log in php.ini and enabled display_startup_errors?
Is your extension_dir correct? |
|
Back to top |
|
Brian White
Joined: 24 Aug 2008 Posts: 21
|
Posted: Tue 01 Dec '09 2:50 Post subject: |
|
|
What version (major and minor) of PHP are you using? Did you compile it yourself? php_mcrypt.dll is NOT in the default 5.3.x distribution from The PHP Group. Also, php_mcrypt.dll is dependent on libmcrypt.dll. Do you have this file? (It isn't typically supplied with PHP.) Is it in your path? |
|
Back to top |
|
|
|
|
|
|