profile picture

8 pages tagged with "work"

Mockery: returning values and throwing exceptions

Returning values and throwing exceptions for the same mocked method does not work in an obvious way. Explore with me how it works with Mockery. »
Jacob Kiers on development and work | 24 Jan 2015 | 348 words, 2 mins

Configure nginx with SSL and SPDY on Ubuntu 12.04 Precise

As an experiment, last night I decided to configure nginx with SSL and SPDY. Finding information on how to getting it working with Ubuntu 12.04 wasn’t that easy, so I decided to write the process down. »
Jacob Kiers on development and work | 17 Jan 2014 | 434 words, 3 mins

40x Speedup With iconv And PHP

Or how I used options from a specific iconv version to speed up text cleaning. »
Jacob Kiers on development, php and work | 03 Mar 2009 | 698 words, 4 mins

PHP daemon with fork howto part 3: Creating a Hello World daemon with fork

Show me the code! »
Jacob Kiers on php, php-fork-series and work | 24 Dec 2008 | 859 words, 5 mins

Automatically add user to Ubuntu Linux and set password

A note for posterity with a script to create a user with a random password »
Jacob Kiers on development and work | 23 Dec 2008 | 74 words, 1 mins

PHP daemon with fork howto part 2: About UNIX processes and PHP

An introduction to UNIX processes »
Jacob Kiers on php, php-fork-series and work | 17 Oct 2008 | 461 words, 3 mins

PHP daemon with fork howto part 1: Introduction

Introduction to the series about forks in PHP »
Jacob Kiers on php, php-fork-series and work | 16 Oct 2008 | 290 words, 2 mins

PHP subversion post-commit hook

A post-commit hook for subversion, making it easier to track changes via email. »
Jacob Kiers on development, php and work | 11 Jun 2008 | 131 words, 1 mins