I'm trying to include mcrypt support in my local dev set up of php4 ( 4.1.2 )
My path to extensions is
C:\webroot\php4\extensions
so I have the extension_dir directive set thus
extension_dir = C:/webroot/php4/extensions
When I uncomment the line for mcrypt
extension=php_mcrypt.dll
php will not load or loads corrupted.. I have to do a forced quit from the program manager to clear it..
I have tried just putting the extension in the php4 directory and I have tried every combination of paths imaginable
./
./extensions
/extenstions
/webroot/php4/extensions
/webroot/php4
etc...
Nothing seems to work..
Now I can enable other extensions. ( at least php loads.. I haven't tested to see if the extentions are actually there.
The machines OS is Win 98 .. is there a possiblity the php_mcrypt.dll build I have is for NT or 2000 only..
I also notice there is a sub directory in the main php4 branch called mcrypt which appears to have all the library items the dll would need to run.. is there a place I need to put this other than where it installed to.
Thanks in advance for any help
Paul Dempsey