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

--- Comment #6 from Karun <karun...@gmx.de> ---
As we use the php_parse_ini method to read the git configuration file, we
always throw a deprecation error if a # is encountered.

Due to this change to the PHP method in 5.3.0.

5.3.0     Added optional scanner_mode parameter. Single quotes may now be used
around variable assignments. Hash marks (#) may no longer be used as comments
and will throw a deprecation warning if used. 

Therefore we need to look at some other method of parsing the file, or ignoring
this error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to