Fix obscure bug
authoreileen <emcnaughton@wikimedia.org>
Tue, 4 Feb 2020 07:26:58 +0000 (20:26 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 4 Feb 2020 07:27:01 +0000 (20:27 +1300)
commit6498f6122c2575512638230d07079edf7313a922
treea363b2b67e885abe2394c7b02d8b40742abafe12
parent67b7cfa19f3cd398d3b2538681cb7311a9c6fa79
Fix obscure bug

After upgrading to MacOS Catalina & MAMP 5.6 (latest) with php version 7.4.1 or 7.3.9
my site was unable to load CiviCRM with a segfault error. I traced it to this line & found that
phpstorm was highlighting the line it red as possibly subject to https://bugs.php.net/bug.php?id=62577

- taking phpstorm's recommendation allowed the site to load - the failure had been on parsing info.xml files
CRM/Utils/XML.php