Posted by Crell on March 17, 2009 at 10:04pm
| Download | Size | md5 hash |
|---|---|---|
| autoload-6.x-1.3.tar.gz | 8.63 KB | fa7ae76f546747086f4a4aa1eda640c4 |
| autoload-6.x-1.3.zip | 10.15 KB | 1491a5cf22cb7915f4717c47d23a4079 |
Last updated: December 24, 2010 - 22:30
This version is another critical bug fix. In 1.2, if the lookup table is empty then we will re-request the lookup table from the cache on every page request. That could result in several dozen identical cache_get() calls that just burns cycles. This version fixes that. It also switches from require_once() to require(), which should be very slightly faster.
There are no API changes.