Ask the B2C developer of ICBC to help with php
I used the demo provided by ICBC for testing, but always reported an error:
Warning: dl () [function. dl]: Not supported in multithreaded Web servers-use extension = php_infosec.dll in your php. ini
Then I added "extension = php_infosec.dll" to php. ini, put the php_infosec.dll file provided by ICBC under the extension directory, restart apache, and report this error.
I searched through phpinfo and found that the module infosec has not been loaded. why?
Reply to discussion (solution)
The path or parameter is incorrect. Refer to this
Http://blog.163.com/caijunwei245@126/blog/static/645034342008012101045629/
Is the wamp used?
What is php_infosec.dll for you?
If it is a php extension, please ask: which version is compatible with php?
Check logs/error_log. It is also possible that the corresponding php version of the extension is inconsistent.
Has the landlord solved the problem? Solved the problem, could you share it?
I used the demo provided by ICBC for testing, but always reported an error:
Warning: dl () [function. dl]: Not supported in multithreaded Web servers-use extension = php_infosec.dll in your php. ini
Then I added "extension = php_infosec.dll" to php. ini, put the php_infosec.dll file provided by ICBC under the extension directory, restart apache, and report this error.
I searched through phpinfo and found that the module infosec has not been loaded. why?
I also encountered this problem. have you solved it now?
Wow, how can I solve this problem? please reply.
Wow, how can I solve this problem? please reply.
I didn't configure the configuration in windows. later I gave up and configured the configuration in linux.
This is related to your php version. the staff of ICBC said that the php version was developed by a third-party company, so the version can only be requested by a third-party company. you can communicate with them more.
I used the demo provided by ICBC for testing, but always reported an error:
Warning: dl () [function. dl]: Not supported in multithreaded Web servers-use extension = php_infosec.dll in your php. ini
Then I added "extension = php_infosec.dll" to php. ini, put the php_infosec.dll file provided by ICBC under the extension directory, restart apache, and report this error.
I searched through phpinfo and found that the module infosec has not been loaded. why?
I also encountered this problem. have you solved it now?
I didn't configure the configuration in windows. later I gave up and configured the configuration in linux.
This is related to your php version. the staff of ICBC said that the php version was developed by a third-party company, so the version can only be requested by a third-party company. you can communicate with them more.