From 0134baa2df2054afcca41e9307b98a21db84365d Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Wed, 10 Apr 2019 13:19:34 -0500 Subject: [PATCH] prep for v1.3.8 --- package.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 95343c2..4ab14a9 100644 --- a/package.xml +++ b/package.xml @@ -32,10 +32,10 @@ Furthermore its now possible to split the parser from the handler object, so you cox@php.net no - 2016-07-04 - + + 2019-04-10 - 1.3.7 + 1.3.8 1.3.0 @@ -44,8 +44,9 @@ Furthermore its now possible to split the parser from the handler object, so you BSD License - Fix E_STRICT message on PHP7 +PR #5: Don't use is_resource() for xml_parser resources + @@ -559,5 +560,21 @@ Add composer compatibility + + 2019-04-10 + + 1.3.8 + 1.3.0 + + + stable + stable + + BSD License + +PR #5: Don't use is_resource() for xml_parser resources + + +