Blog Tag :: php
| diversen | |
| 09-Apr-2012 15:55:15 |
Fixing APC upload bug when no file is given in upload field. Complies to PHP 5.3.5-1ubuntu7.7 on Ubuntu 11.04
| diversen | |
| 14-Feb-2012 15:07:19 |
I had a few problems building the php5-solr extension with the regular pecl command on my Ubuntu 10.04 box, so this will show you how it is done. I guess it will work with other versions of ubuntu as well.
| diversen | |
| 31-Jan-2012 15:14:57 |
A couple of function to use in order to rename a directory recursively. Needed it at my work and could not find anything that worked the way I excepted.
| diversen | |
| 29-Dec-2011 15:48:10 |
Most simple example of an event dispatcher I can think of. Written in PHP
| diversen | |
| 29-Dec-2011 12:45:37 |
Short function to cache ini files with apc.
| diversen | |
| 17-Jun-2011 23:45:21 |
Showing how to create startup or init scripts with PHP on a Ubuntu machine. Short and easy to follow howto.
| diversen | |
| 25-May-2011 22:40:06 |
Short entry to show how to make screen dump on linux with PHP.
| diversen | |
| 07-May-2011 17:54:16 |
this entry describes how to redirect a request acording to both servername and server port (e.g. 80 = http and 443 = https)