[PECL-CVS] [pecl-xml-xmldiff] master: Reapply "release: back to dev"

[email protected] (ndossche) Sun, 5 Apr 2026 12:05:11 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: ndossche (ndossche)
Date: 2026-04-05T14:05:05+02:00

Commit: https://github.com/php/pecl-xml-xmldiff/commit/f083b7cfe6d77452e76956f28f2d1822f26a5ab4
Raw diff: https://github.com/php/pecl-xml-xmldiff/commit/f083b7cfe6d77452e76956f28f2d1822f26a5ab4.diff

Reapply "release: back to dev"

This reverts commit 5fff9405564ed1d5c49d58181d9fb6144da80b81.

Changed paths:
  M  package.xml
  M  php_xmldiff.h


Diff:

diff --git a/package.xml b/package.xml
index d5c5fe4..c19e0ba 100644
--- a/package.xml
+++ b/package.xml
@@ -22,9 +22,9 @@
 		<email>[email protected]</email>
 		<active>yes</active>
 	</lead>
-	<date>2025-02-22</date>
+	<date>2025-12-19</date>
 	<version>
-		<release>1.1.6</release>
+		<release>1.1.7</release>
 		<api>0.10.0</api>
 	</version>
 	<stability>
@@ -33,7 +33,7 @@
 	</stability>
 	<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
 	<notes>
-		- Fix PHP 8.5 compatibility (Remi Collet)
+		- TODO
 	</notes>
 	<contents>
 		<dir name="/">
@@ -290,6 +290,21 @@
 	<providesextension>xmldiff</providesextension>
 	<extsrcrelease />
 	<changelog>
+		<release>
+			<date>2025-12-19</date>
+			<version>
+				<release>1.1.6</release>
+				<api>0.10.0</api>
+			</version>
+			<stability>
+				<release>stable</release>
+				<api>stable</api>
+			</stability>
+			<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license>
+			<notes>
+				- Fix PHP 8.5 compatibility (Remi Collet)
+			</notes>
+		</release>
 		<release>
 			<date>2025-02-22</date>
 			<version>
diff --git a/php_xmldiff.h b/php_xmldiff.h
index 19f4b12..3064305 100644
--- a/php_xmldiff.h
+++ b/php_xmldiff.h
@@ -110,7 +110,7 @@ struct ze_xmldiff_obj {
 };
 #endif
 
-#define PHP_XMLDIFF_VERSION "1.1.6"
+#define PHP_XMLDIFF_VERSION "1.1.7-dev"
 
 PHP_MINIT_FUNCTION(xmldiff);
 PHP_MSHUTDOWN_FUNCTION(xmldiff);