Entries in the ‘Command line’ Category:

make test every PHP version and send feedback

Since David Coallier’s talk during PHPBenelux, I realized the importance of running make test on all PHP releases and send feedback to PHP. It is so easy, that I will run it from now on every time a new release is announced. If you’re running on Mac, you might want to install Xcode, so you can [...]

Tags: , , , ,

Leave a Comment

Deleting Subversion repository files (for real)

Keeping files and directories in the repository is one of the key principles of Subversion, so once you’ve committed something, it’s there for ever. You can delete files, but they still exist somewhere in the repository, so you can go back in time. But there is always that time where you’ve (accidentally) committed a password [...]

Tags: , , , , , , ,

Comments (1)

I am officially online

PING blog.jachim.be (82.146.116.150): 56 data bytes 64 bytes from 82.146.116.150: icmp_seq=0 ttl=55 time=11.934 ms 64 bytes from 82.146.116.150: icmp_seq=1 ttl=55 time=12.418 ms 64 bytes from 82.146.116.150: icmp_seq=2 ttl=55 time=12.381 ms 64 bytes from 82.146.116.150: icmp_seq=3 ttl=55 time=11.878 ms 64 bytes from 82.146.116.150: icmp_seq=4 ttl=55 time=12.324 ms — blog.jachim.be ping statistics — 5 packets transmitted, 5 [...]

Leave a Comment