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 

Bookmark it: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Google
  • DotNetKicks
  • DZone
  • Furl
  • Netvouz

Tags:

Releated Articles


0 Comments to “Php-module compiled DLL”

No Comments. Send your comment.

Leave a Reply

You must be logged in to post a comment.