Continuous Integration phpunit code coverage use a bit less than 2 Gigs !!!

2 gigs !!! gasp… I had several: Generating code coverage report, this may take a moment.PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 21503527 bytes) in /usr/share/php/PHPUnit/Util/Report/Node/File.php on line 406 And here is how it started: At work we are using phpunit to test our framework, we flew from SimpleTest [...]

Bru-GTUG #1 Date Poll

Feel free to participate in the Bru-GTUG #1

Firefox Ubiquity php search handy command

Just created a Firfow Ubiquity php search command based on 2 other work: http://download.sbw.be/projects/ubiquity/php-search.html

Distance between cities

First of all I need to cite my sources: Calculate distance, bearing and more between two Latitude/Longitude points Geocoding Belgium Postal Codes The goal of my project was to find out which cities are nearby (within a user specified distance). Of course users don’t know their city coordinate, so you will have to find out [...]

Quechup is selling (let steal) e-mail adresses: honey pot #1 triggered

My subscription to quechup was used for spam mail such has: Cindy Foster – CindyFoster1533@live.com to quechupxxx@xxx.sbw.be H! I find your post interesting. I am pretty chick. I am moving to your area from russia I am looking for a good man to show me around and may be more ;) Could you please kindly [...]

Deezer embed test

Discover K’s Choice!

Not aligned…

… with my managment… I prefere to do research and to develop than to maintain out-sourced code… Why do they outsource the great applications and concepts… and leave us with the day to day operationnal work… That’s not nice… So I decided to resign… Bye bye Skynet… I hope that you will see the light [...]

create a patch with subversion

Before the commit: svn diff > mypatch_xx.diff After the commit: svn diff -r > mypatch_xx.diff copy the mypatch_xx.diff file at the same relative place on the other computer/directory/… and do: patch –dry-run -p0 -i ~/mypatch_xx.diff to see what will be done and then patch -p0 -i ~/mypatch_xx.diff to do it really to install patch: apt-get [...]

How to install php 5 mode cgi on apache 1.3 with mod php 4 / Debian stable

php4 and php5 on same server is not that complex You must be root (or able to sudo)! 1. check that cgi-bin mod_alias is activated in /etc/apache/httpd.conf search for: <IfModule mod_alias.c> #ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ … the line should be uncommented 2. Install php5-cgi update: apt-get update simulate install: apt-get -s install php5-cgi Reading package lists… [...]

Company site

My company site is under construction: http://www.sbw.be/ feel free to comment suggestions.