Make installer error out if php was compiled without ctype support.
authorBrian Wolff <bawolff@users.mediawiki.org>
Wed, 23 Nov 2011 14:33:33 +0000 (14:33 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Wed, 23 Nov 2011 14:33:33 +0000 (14:33 +0000)
commit4305a9f9408dbb176e2f9f45ba9d9243f821cec4
tree3ca7918919f269a07dc1530b53803f24b8d449da
parent003232998030c0d14f6ccff7f6f360a0a7250905
Make installer error out if php was compiled without ctype support.

This is probably very few people, because you have to actively disable ctype support in order for it not to be compilied in to php. However, there was thread in support desk recently about this ( http://www.mediawiki.org/wiki/Thread:Project:Support_desk/Blank_page_after_install )

(I suppose we could implement work around functions in the case ctype was missing, but doesn't really seem worth it given that its enabled by default, so almost no one will be missing it)
RELEASE-NOTES-1.19
includes/installer/Installer.i18n.php
includes/installer/Installer.php