Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Created May 24, 2018 10:04
Show Gist options
  • Save VirtuBox/4de9af876c0b327c65a7d3fbed8c040c to your computer and use it in GitHub Desktop.
Save VirtuBox/4de9af876c0b327c65a7d3fbed8c040c to your computer and use it in GitHub Desktop.
php-timecop
cd /etc/php/7.0/
mkdir dev
cd dev/
apt install php7.0-dev
git clone https://github.com/hnw/php-timecop.git
cd php-timecop
phpize
./configure
make
make install
cd /etc/php/7.0/
cd mods-available/
echo 'extension=timecop.so' > php-timecop.ini
ln -s /etc/php/7.0/mods-available/php-timecop.ini /etc/php/7.0/cli/conf.d/20-timecop.ini
ln -s /etc/php/7.0/mods-available/php-timecop.ini /etc/php/7.0/fpm/conf.d/20-timecop.ini

service php7.0-fpm restart
php7.0 -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment