January 2011
2 posts
3 tags
PHP Nested Comments using Redis
Just some random fun, a nested comments system using Redis only :
https://gist.github.com/803251
3 tags
Debugging Apache2 / PHP on Ubuntu
Yesterday i came across a little issue, after installing the Memcache extension (through the package manager on Ubuntu 10.10), my Apache was segfaulting. Since i just finished the setup of this box, they was too many possible culprit to just go ahead (and come on sunday) and just disable/reinstall the extension. So i decided to run Apache through gdb.
It’s not as easy as it sounds, if...