Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/qxsch/WorkerPool
Browse files Browse the repository at this point in the history
  • Loading branch information
qxsch committed Nov 14, 2019
2 parents 4153636 + d39cc27 commit 2c0130d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions HOW-TO-INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" '*'
Expand Down

0 comments on commit 2c0130d

Please sign in to comment.