User "ArielGlenn" posted a comment on MediaWiki.r90035. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90035#c18023 Commit summary:
Revert r89925, setting disable_functions in php.ini is definitely the wrong way to fix hash mismatches. Comment: No; I mean that it is possible for the extension to be enabled (at build time) but the function to be disabled (at run time). In that case the extension_loaded() test will not do the job. I note that in general we seem to prefer calls to function_exists() instead of extension_loaded(), I assume for this reason. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
