Managing multiple versions of PHP (or other things too)

One of the issues that I have faced is having and running multiple versions of PHP with ease.  I currently have 6 versions of PHP on my development machine.  Before, to invoke the non-primary version, I would have to call it by the full path.  I’ve tried making a common directory with symlinks and with shortcuts to the executables, but that never worked.

Continue reading “Managing multiple versions of PHP (or other things too)”

Generating Random Passwords 6 – Fixing the Non-Printing Characters

In the last post, Generating Random Passwords 5 – Saving The Password, there was an issue with the passwords that were posted here.  Did you catch it?  They were not 32 characters long, even though I had specified that.  Or rather, they had characters we could not see.  These characters did not render, but were there.

Continue reading “Generating Random Passwords 6 – Fixing the Non-Printing Characters”