Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable the pcntl extension, follow these steps:

Edit phpCreate .ini file for PHP extension: Open Create the PHP configuration file in a text editor (e.g., nano):

Code Block
sudo nano /etc/php/X.Y/fpm/php.conf.d/20-pcntl.ini

Replace X.Y with your PHP version (e.g., 8.1)

...