Bug Fix - Cache Table Not Being Cleared

March 1st, 2007 by jay

I found a bug yesterday with the cache table not being cleared out.

The problem was with the SQL that counts the row and then checks to see whats out of date and if the table has reached it limit.

I have fixed this issue and updated the base library.

Download Image phpYahoo v2.1.0.2 Downloads: 544 times

Posted in phpYahoo, Release, bug | No Comments »

phpYahoo - date_default_timezone_set() error Fixed

February 26th, 2007 by jay

Recently the cache methods started getting uppity about the date_default_timezone_set() not being set. I have fixed this and have updated the phpYahoo class.

Download Image phpYahoo v2.1.0.1 Downloads: 307 times

date() [function.date]: It is not safe to rely on the system’s timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘America/Los_Angeles’ for ‘PST/-8.0/no DST’ instead

Posted in phpYahoo, Release, bug | No Comments »