|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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...] |
|
#2
|
|||
|
|||
|
That's a good idea. But i can't help ,sorry .
|
|
#3
|
||||
|
||||
|
As far I found web servers that processes multiple requests at the same time are called multi-threaded web servers. And PHP manual mentions that dl() doesn't work with multitheaded web servers. It can run via command line though.
![]()
__________________
/** * @author EHSANUL HAQUE * @profession Web Application Developer * @location North York, ON, Canada */ |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > I want to include dll file in my php application |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|