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
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

franz’s picture

FileSize
553 bytes

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

franz’s picture

Status: Active » Needs review