How to connect PHP to the dynamic library! Please enlighten me! If PHP is connected to a dynamic library, it is the. dll file! Give pointers to experts! ------ Solution -------------------- you need to put this first. copy the dll file to the ext folder of the php installation directory, and then modify the php. ini file, in ;;;;;;;;;; how to connect PHP to the dynamic library! Please enlighten me!
If PHP is connected to a dynamic library, it is the. dll file!
Give pointers to experts!
------ Solution --------------------
Copy the. dll file to the \ ext folder of the php installation directory, and modify the php. ini file in
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions;
;;;;;;;;;;;;;;;;;;;;;;
In the configuration section, add reference to the dll file according to the format extension = a. dll, and restart the web server that hosts php.
------ Solution --------------------
Http://topic.csdn.net/t/20050917/08/4276242.html