how do i enable mcrypt in php4 in windows?

my server configuration is as follows:

Windows, Apache 2.0.54, PHP 4.3.11, mySQL 4.1.12, phpMyAdmin 2.6.2, Perl 5.8.6, ZendOptimizer 2.5.10, and hMailserver 4.2b195

i would like to enable the mcrypt extension in my php, can anybody tell me how to do it? do i just need to unhash this line?

;extension=php_mcrypt.dll

 

 

 

 

Top