[pecl-authentication-krb5] master: Prepare release 1.2.4

From: Date: Sun, 16 Mar 2025 15:16:28 +0000
Subject: [pecl-authentication-krb5] master: Prepare release 1.2.4
Groups: php.pecl.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Moritz Bechler (mbechler)
Date: 2025-03-16T16:07:23+01:00

Commit: https://github.com/php/pecl-authentication-krb5/commit/66e381b5749852940598e7251ec3db08aab68fea
Raw diff: https://github.com/php/pecl-authentication-krb5/commit/66e381b5749852940598e7251ec3db08aab68fea.diff

Prepare release 1.2.4

Changed paths:
  A  RELEASE-1.2.4
  M  package.xml
  M  php_krb5.h


Diff:

diff --git a/RELEASE-1.2.4 b/RELEASE-1.2.4
new file mode 100644
index 0000000..9308e6c
--- /dev/null
+++ b/RELEASE-1.2.4
@@ -0,0 +1 @@
+- [BUG] Fix PHP7 compatability
diff --git a/package.xml b/package.xml
index 01676cc..b6344bc 100644
--- a/package.xml
+++ b/package.xml
@@ -22,10 +22,10 @@ Documentation:
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2025-03-01</date>
- <time>11:00:00</time>
+ <date>2025-03-16</date>
+ <time>16:00:00</time>
  <version>
-  <release>1.2.3</release>
+  <release>1.2.4</release>
   <api>0.1.1</api>
  </version>
  <stability>
@@ -34,7 +34,7 @@ Documentation:
  </stability>
  <license uri="http://www.opensource.org/licenses/MIT">MIT
License</license>
  <notes>
-- [BUG] Fix crash with empty channel binding argument
+- [BUG] Fix PHP7 compatability
  </notes>
  <contents>
   <dir name="/">
diff --git a/php_krb5.h b/php_krb5.h
index 1aa93e1..e82e316 100644
--- a/php_krb5.h
+++ b/php_krb5.h
@@ -45,7 +45,7 @@
 #include <gssapi/gssapi_krb5.h>
 
 #define PHP_KRB5_EXT_NAME "krb5"
-#define PHP_KRB5_VERSION "1.2.3"
+#define PHP_KRB5_VERSION "1.2.4"
 
 
 extern zend_module_entry krb5_module_entry;


Thread (1 message)

  • Moritz Bechler
« previous php.pecl.cvs (#27935) next »