Archive for the 'Uncategorized' Category

Self-updating PHP script

Sunday, February 26th, 2012

Now that we have thoroughly covered self-updating bash scripts, let’s have a look at the PHP counterpart: You might notice that it’s pretty much a line-by-line translation of the bash version. That was intentional due to maintenance concerns within the project this was developed for. So, it might not be the optimal solution, but it [...]