Home  >  Article  >  Backend Development  >  PHP loads custom dll extension, com version

PHP loads custom dll extension, com version

WBOY
WBOYOriginal
2016-10-22 00:14:231177browse

php How to load the dll extension written by yourself, the com version? ? ?

Reply content:

php How to load the dll extension written by yourself, the com version? ? ?

Configure the path and parameters of your own extension in the configuration file php.ini.

For example
zend_extension="your dll path"

When developing PHP extensions, you need to follow some rules for extensions. For com, you can write an extension as a proxy to connect to your com.

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