Last modified: 2014-02-12 23:35:34 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T47822, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45822 - More composer php extension dependencies
More composer php extension dependencies
Status: NEW
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.21.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 31279
  Show dependency treegraph
 
Reported: 2013-03-07 02:53 UTC by Sam Reed (reedy)
Modified: 2014-02-12 23:35 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Sam Reed (reedy) 2013-03-07 02:53:28 UTC
Numerous more MW can potentially use...

php5-uuid, php5-redis, php5-curl, php5-imagick, php5-intl, php5-mcrypt,php5-memcached, php5-tidy, php5-xmlrpc, php5-redis

php5-mysql, php5-pgsql, php5-sqlite


	"suggest": {
		"ext-fileinfo": "*",
		"ext-mbstring": "*",
		"ext-wikidiff2": "*",
		"ext-apc": "*"
	}
Comment 1 Nemo 2013-09-10 07:37:55 UTC
(In reply to comment #0)
> Numerous more MW can potentially use...

MW as in core or core+bundled extensions?
Comment 2 Nemo 2014-01-05 12:48:01 UTC
Could composer also potentially build [[mw:FastStringSearch]] and the like?
Comment 3 Niklas Laxström 2014-01-05 13:17:45 UTC
Imho yes, it should not be any different from wikidiff2 in that regard.
Comment 4 Nemo 2014-01-05 13:34:09 UTC
(In reply to comment #3)
> Imho yes, it should not be any different from wikidiff2 in that regard.

The difference is that php-wikidiff2 is a package, while FastStringSearch allegedly must be compiled locally because of license reasons.
Comment 5 Jeroen De Dauw 2014-01-06 03:38:24 UTC
I'm a bit sceptical about the added value of such a huge list of suggest items. In fact I'd be inclined to remove the current list. Composer is being used to install extensions into MediaWiki. Not to install MediaWiki. The installer seems a much better place to provide such suggestions. Also consider that the composer.json file is like LocalSettings.php not in git. I think it makes sense to not put in things there just because we can, and rather keep it minimalistic.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links