From d39cc27a9fc586bb452f157c494029522e77144b Mon Sep 17 00:00:00 2001 From: qxsch Date: Thu, 14 Nov 2019 21:21:34 +0100 Subject: [PATCH] we no longer support php below 5.5 removed proctitle install documentation --- HOW-TO-INSTALL.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/HOW-TO-INSTALL.md b/HOW-TO-INSTALL.md index 3feb810..aaf4ec2 100644 --- a/HOW-TO-INSTALL.md +++ b/HOW-TO-INSTALL.md @@ -3,12 +3,6 @@ Install the required libs yum install php-process php-pcntl yum install php-pear php-devel ``` -**Optionally** install proctitle **JUST IN CASE YOUR PHP VERSION IS BELOW 5.5** -```bash -# in case your PHP Version is below 5.5, you can optionally install proctitle -pecl install proctitle -echo 'extension=proctitle.so' > /etc/php.d/proctitle.ini -``` Finally install the WorkerPool using composer: ```bash ./composer.phar require "qxsch/worker-pool" '*'