Skip to content

Instantly share code, notes, and snippets.

View VitaliyKuznetsov's full-sized avatar

Vitalii Kuznetsov VitaliyKuznetsov

  • Russia
View GitHub Profile

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@VitaliyKuznetsov
VitaliyKuznetsov / debian8-apache24-php-phtreads.md
Last active February 17, 2019 17:26 — forked from Bo98/debian8-apache24-php-phtreads.md
Installing PHP Pthreads on Debian 8 Jessie with Apache 2.4

Installing PHP Pthreads on Debian 8 Jessie with Apache 2.4

What we're going to be doing

  • Replacing the installed PHP with a custom compiled version with ZTS enabled (Pthreads requires it).
  • Adding the Pthreads extension through PECL.

Method