php

PHP hashes seem… off

While working on the Mandriva maintainer’s database, one thing needed is an authentication token as a very basic safety precaution. I couldn’t figure out why it wasn’t working and it looks like PHP’s message digest hashing is off. Has anyone ever seen this before? Here’s a quick demo: vdanen@odin:~/svn/mandriva/mdvdb/trunk/ >% echo rpmctl+openssh | md5sum cb47e7b47a32e744e13c7deb7ad85aac [...]

MAMP and PHP Development on the Mac

I’ve been doing a lot of my web development lately on my macbook pro, but the problem is that I do the work locally, then have to rsync it to my Linux-based server to see the results. Not a huge deal, but a PITA. So I decided I was going to look into running the [...]