User "SPQRobin" changed the status of MediaWiki.r95415.

Old Status: new
New Status: ok

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95415
Commit summary:

Fix one caller to analyzePrefix() that was passing a Title object instead of a 
string. Apparently explode( '/', $title ) can segfault PHP if $title is a Title 
object, but only in certain cases (i.e. only for certain titles, and not on the 
CLI). Not filing a bug against PHP because it's not reproducible and only been 
observed in an old version (5.2.4), just working around it instead

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to