Home >Backend Development >PHP Tutorial >How to install the new module phpize under php

How to install the new module phpize under php

WBOY
WBOYOriginal
2016-07-25 08:58:111114browse
  1. ./configure --with-php-config=/usr/local/php/bin/php-config
  2. make
  3. make install
Copy the code

You can see:

  1. Installing shared extensions: /usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/
Copy the code

Then, edit the php.ini file: If extension_dir is not the above path, change it to the above path and then add extension=pcntl.so.



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