PHP5.2 and class datetime

Posted by Quinn at November 13th, 2006 10:01am under web 2 Comments Permalink

I just found out my own PHP class named "datetime" will stop the whole PHP script with a Fatal Error. This really sucks since most of my stuff includes this. I'm so glad I found out this before upgrading my web server hosting several websites. Phew

PHP5.2 and Drupal

Posted by Quinn at November 7th, 2006 3:21pm under web 0 Comments Permalink

It seems a little chaos over upgrading to PHP5.2, which is released on November 2nd. It looks like PHP scripts which run session_set_save_handler() is affected, and so as Drupal.

session doesn't keep userid with php5.2.0

I'm glad that my web applications are not affected by this since I don't use the function. The solution seems very simple, adding a line in a proper place.

session_write_close();

However, forcing developers to fix things in a situation like this ( PHP5.1.6 to PHP5.2, not a huge jump ) is not really nice things to happen anyway.

A Long Click and Firefox2.0

Posted by Quinn at October 25th, 2006 4:55pm under web 0 Comments Permalink

The most thing I miss for the new Firefox is that that showing the context menu by a long click is gone. It's probably only me using one-button mouse still. Is there anybody?

been absent

Posted by Quinn at October 23rd, 2006 10:37am under hearts 0 Comments Permalink

I haven't post anything in October yet. It's not like I was all busy for my work, rather just laying off from blogging/blogshere for some time. Well, I had more time having fun being with family like you might find in my Flickr. We even went to see the ocean in the earlier this month, driving 4 hours on one way. My oldest son actually swam there even if it was totally out of the season. There were no people swimming but the water wasn't cold at all.

Today, I found out IE7 is out to the world, already some days behind. I just finished installing it, and I am writing this post with it. Luckily or not, I haven't found any major break for CSS since I usually don't use any IE specific CSS hacks.

On the other hand, Firefox 2 is going to be out very soon ( within 2 days? ). I thought it's very ironic when the least advanced web browser gets more attention than the more advanced one since web developers are in need to stay with the minimum requirements to make things work for all.

Anyway, I was going to write more about weather and season stuff happening in Japan, maybe next time..