Archive for February 2007
php bug #40514 just bit me. At first I couldn’t work out why most of my php wasn’t working. In the end going through the include statements one by one pointed out which included file which was causing the problem.
There is nothing fancy in that file, it just sets up a few variables and sends the <head>…</head> section of a web page. Since it does nothing fancy I couldn’t see the problem. I hit the php documentation to double check sessions since that’s the only thing remotely complicated in that file (it just sets the session variable up), and it’s the one thing I was a bit rusty on.
Just as well since it appears that php 4.4.5 has a bug in it that causes it to crash on setting up variables in that manor. And guess what version my host is using… Yup, 4.4.5.
*sigh*

