Home >Backend Development >PHP Tutorial > PHP怎么连接动态库!请高手赐教

PHP怎么连接动态库!请高手赐教

WBOY
WBOYOriginal
2016-06-13 13:51:141197browse

PHP如何连接动态库!请高手赐教!
PHP如果连接动态库呢,就是.dll文件!
请高手们指点指点!

------解决方案--------------------
首先需要把这个.dll文件复制到php的安装目录\ext文件夹下,然后修改php.ini文件,在

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

配置节上,按照格式extension = a.dll添加该dll文件的引用,然后重新启动承载php的web服务器即可。
------解决方案--------------------
http://topic.csdn.net/t/20050917/08/4276242.html

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn