User "Hashar" changed the status of MediaWiki.r104039.

Old Status: new
New Status: ok

User "Hashar" also posted a comment on MediaWiki.r104039.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104039#c26642
Commit summary:

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)

Comment:

no need to reimplements <tt>ctype</tt>. There is already enough code in MW, 
people should just have at least the default PHP modules :-) 

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to