https://bugzilla.wikimedia.org/show_bug.cgi?id=39825

--- Comment #3 from Karun <karun...@gmx.de> ---
(In reply to comment #0)
> I upgraded to MediaWiki wmf/1.20wmf10 and now Special:Version prints the
> following deprecation warning, one I don't recall seeing before, about my
> .git/config file in one of my extensions:
>   Deprecated: Comments starting with '#' are deprecated in 
> .../extensions/E3Experiments/.git//config on line 6 in
> .../includes/GitInfo.php
> on line 139".
> 
> I do have a # comment line in that config file.  But '#' is a completely
> legit
> comment symbol in .git/config [1].  GitInfo.php invokes PHP's
> parse_ini_file()
> which in PHP 5.3 deprecates '#'.[2]
> 
> The workaround is to use ';' for comments in .git/config.
> 
> [1] http://www.kernel.org/pub/software/scm/git/docs/git-config.html#_syntax
> [2] http://php.net/manual/en/function.parse-ini-file.php

Hello,
I am trying to reproduce this problem with PHP 5.4 and MediaWiki, but I dont
get this error. Do you have any further details on how to reproduce it?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to