X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=includes%2Finstaller%2FPhpBugTests.php;h=4e1e365dbff310f44c593fedc9fa31008312864d;hb=7c65b479bf8571dbca0eea87cf3b708571071fb6;hp=01327be16712655e93eaa0b3390b8dc7c9b128f8;hpb=96906168cac0e9a7748511b48c369cf22c8406d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PhpBugTests.php b/includes/installer/PhpBugTests.php index 01327be167..4e1e365dbf 100644 --- a/includes/installer/PhpBugTests.php +++ b/includes/installer/PhpBugTests.php @@ -18,13 +18,15 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @defgroup PHPBugTests PHP known bugs tests */ +/** + * @defgroup PHPBugTests PHP known bugs tests + */ /** * Test for PHP+libxml2 bug which breaks XML input subtly with certain versions. * Known fixed with PHP 5.2.9 + libxml2-2.7.3 - * @see http://bugs.php.net/bug.php?id=45996 + * @see https://bugs.php.net/bug.php?id=45996 * @ingroup PHPBugTests */ class PhpXmlBugTester {