Skip to content

Instantly share code, notes, and snippets.

@xKerman
xKerman / Dockerfile
Created May 13, 2018 23:22
php72 bug report for opcache + couchbase
FROM centos:6
RUN yum -y groupinstall "Development Tools"
RUN curl -L -o php-7.2.5.tar.gz https://secure.php.net/get/php-7.2.5.tar.gz/from/this/mirror && \
tar xf php-7.2.5.tar.gz && \
cd php-7.2.5/ &&\
yum -y install libxml2-devel && \
./configure --with-config-file-path=/etc/ --with-config-file-scan-dir=/etc/php.d/ && \
make -j2 && \
# Navigating the page
map b scrollFullPageUp
map e LinkHints.activateMode
map E LinkHints.activateModeToOpenInNewTab
map B goBack
map R reload
unmap r
# Manipulating tabs
map h previousTab
@xKerman
xKerman / Vagrantfile
Last active September 6, 2016 21:37
FuelPHP email package test for SMTP driver
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at