Some PHP configurations do not enable ctype functions. BlogBuzz breaks with an WSOD on such occasions. The call to these functions should be removed or wrapped in a function_exists check.

"critical" because it really breaks a gentoo site.

CommentFileSizeAuthor
#1 blogbuzz-ctype.patch553 bytesfranz

Comments

franz’s picture

StatusFileSize
new553 bytes

This patch replaces the call to a preg_replace with the same functionality.

franz’s picture

Status: Active » Needs review