Php-module compiled DLL
Cd [your-module-dir]
Export PHP_PREFIX = "[your php install full path]"
$ PHP_PREFIX / bin / phpize
. / Configure - enable-[module name] = shared - with-php-config = $ PHP_PREFIX / bin / php-config
Make
Make install
Vi php.ini
There are two kinds of methods
1.To install as Zend extension:
Zend_extension = "[your so path]"
2.To install as PHP extension:
Extension = "[your so path]"
Recommend the use of methods 1. Php expansion php left over from the old version; recommended zend & zend_api
Tags: PHP
Releated Articles
On .Net @ 30/12/2006 | By admin








0 Comments to “Php-module compiled DLL”
No Comments. Send your comment.
Leave a Reply
You must be logged in to post a comment.