Hi all
I am niketa I want to include bouncycastle.dll file in my php application to encrypt username and password
I have included these dll files in my php/ext folder and called dl(bouncycastle.dll) function
I have also configured in php.ini
extension=BouncyCastle.Crypto.dll
extension=Encryption.dll
but it shows me error like
Not supported in multithreaded Web servers - use extension=BouncyCastle.Crypto.dll in your php.ini in C:\wamp\www\Konekt\ConfirmXML.php on line 18
Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=Encryption.dll in your php.ini in C:\wamp\www\Konekt\ConfirmXML.php on line 19
Any help?
Please reply soon...