Skip to content

Instantly share code, notes, and snippets.

@7snovic
7snovic / compile-php-thread-safe-and-pthreads.sh
Created August 3, 2016 15:07 — forked from Divi/compile-php-thread-safe-and-pthreads.sh
Compile PHP Thread Safe & pthreads extension
#!/usr/bin/env bash
# PARAMETERS
# ----------
# PHP
# ---
PHP_TIMEZONE="UTC"
PHP_DIRECTORY="/etc/php5ts"
@7snovic
7snovic / ssdeep.sh
Created December 24, 2016 15:08
install ssdeep package for php 7
#!/usr/bin/bash
# installing ssdeep
wget http://downloads.sourceforge.net/project/ssdeep/ssdeep-2.13/ssdeep-2.13.tar.gz
tar zxvf ssdeep-2.13.tar.gz
cd ssdeep-2.13
./configure
make
sudo make install
ssdeep -h # test