Categories
test tithely

Protected: Tithely LGF tests – iframe no redirect

There is no excerpt because this is a protected post.

Categories
test tithely

Protected: Tithely LGF tests – iframe redirect

There is no excerpt because this is a protected post.

Categories
test tithely

Protected: Tithely – LGF Testing Pages

There is no excerpt because this is a protected post.

Categories
test tithely

Protected: Tithely LGF redirect tests – “original”

There is no excerpt because this is a protected post.

Categories
test tithely

Protected: Tithely LGF redirect tests – v1

There is no excerpt because this is a protected post.

Categories
test tithely

Protected: Tithely LGF redirect tests – v2

There is no excerpt because this is a protected post.

Categories
test tithely

Protected: Tithely LGF redirect tests – v3

There is no excerpt because this is a protected post.

Categories
test tithely

Protected: Tithely LGF redirect tests – href

There is no excerpt because this is a protected post.

Categories
troubleshooting wordpress

PHP command line memory limit

If you get an out of memory error when running a PHP file from the CLI, you can inline an increased limit for just a single run with the -d memory_limit switch. Examples:

Categories
learning

PHP International Date Formatter

From a PR on May 9 I think the distinction between timezone and locale may be conflated here, I don’t want to create unnecessary work – it just looks like all we really accomplish is swapping between ‘m/d/y’ or ‘d/m/y’, which is still not fulling achieving localized formatting. For example, some locales use different separators, […]