Needs review
Project:
BlogBuzz
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2010 at 11:46 UTC
Updated:
5 Feb 2010 at 12:10 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | blogbuzz-ctype.patch | 553 bytes | franz |
Comments
Comment #1
franzThis patch replaces the call to a preg_replace with the same functionality.
Comment #2
franz