-
- ./configure --with-php-config=/usr/local/php/bin/php-config
- make
- make install
Copy the code
You can see:
-
- 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.
|