erunyon / FeedCache

Simple PHP class for caching external feeds
17 stars 10 forks source link

use time() instead of mktime() #1

Closed Spone closed 11 years ago

Spone commented 11 years ago

As of PHP 5.1, when called with no arguments, mktime() throws an E_STRICT notice: use the time() function instead.