Skip to content

Commit

Permalink
fix bug #21177
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Feb 6, 2017
1 parent ddba841 commit 8e9f79d
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions package.xml
Expand Up @@ -22,10 +22,10 @@
<email>davey@php.net</email>
<active>no</active>
</helper>
<date>2017-02-03</date>
<time>12:30:00</time>
<date>2017-02-06</date>
<time>14:30:00</time>
<version>
<release>1.4.0</release>
<release>1.4.1</release>
<api>1.4.0</api>
</version>
<stability>
Expand All @@ -35,13 +35,7 @@
<license uri="http://opensource.org/licenses/bsd-license">BSD License</license>

<notes>
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1

* Adds a new XML_UTIL_COLLAPSE_NONE option
for preventing empty tag collapsing.

* Request #15467 CDATA sections and blank nodes
* Bug #21177 XML_Util::collapseEmptyTags() can return NULL
</notes>

<contents>
Expand All @@ -68,6 +62,7 @@
<file baseinstalldir="/" name="tests/Bug4950Tests.php" role="test" />
<file baseinstalldir="/" name="tests/Bug5392Tests.php" role="test" />
<file baseinstalldir="/" name="tests/Bug18343Tests.php" role="test" />
<file baseinstalldir="/" name="tests/Bug21177Tests.php" role="test" />
<file baseinstalldir="/" name="XML/Util.php" role="php">
<tasks:replace from="@version@" to="version" type="package-info" />
</file>
Expand Down Expand Up @@ -555,5 +550,21 @@ Bug #20293 Broken installation for 1.2.2
</notes>
</release>

<release>
<version>
<release>1.4.1</release>
<api>1.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-02-06</date>
<license uri="http://opensource.org/licenses/bsd-license">BSD License</license>
<notes>
* Bug #21177 XML_Util::collapseEmptyTags() can return NULL
</notes>
</release>

</changelog>
</package>

0 comments on commit 8e9f79d

Please sign in to comment.