» Details |
---|
|
» Comment |
Some comments: - In Sitemap::parseChangefreq(). Use a switch() statement instead of in_array(). The second is_numeric() test will never be true, so is unnecessary. - There is no dependency on zlib extension in the package.xml when some method expects gz* functions to exist. |