summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-23 11:29:25 +0200
committerRemi Collet <remi@php.net>2026-04-23 11:29:25 +0200
commit1078857f21284a0699e1789bd9ab2ac03e0f098c (patch)
treeebe739892dbdc94ea8d8bbc30611ec664843a867
parentd1ee383f33e503e3110a4e43848d694de74d82c3 (diff)
update to 1.0.11
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION13
-rw-r--r--php-pecl-phpy.spec5
3 files changed, 16 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index ca4c08a..fb7aee5 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,5 +5,5 @@ phpy support => enabled
Copyright => 上海识沃网络科技有限公司
Email => service@swoole.com
Website => https://www.swoole.com/
-Extension Version => 1.0.10
+Extension Version => 1.0.11
Python Version => 3.13.2 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)]
diff --git a/REFLECTION b/REFLECTION
index 7b91db5..685431b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #97 phpy version 1.0.10 ] {
+Extension [ <persistent> extension #98 phpy version 1.0.11 ] {
- Classes [13] {
Class [ <internal:phpy> class PyCore ] {
@@ -9,7 +9,7 @@ Extension [ <persistent> extension #97 phpy version 1.0.10 ] {
- Static properties [0] {
}
- - Static methods [12] {
+ - Static methods [13] {
Method [ <internal:phpy> static public method import ] {
- Parameters [1] {
@@ -99,6 +99,15 @@ Extension [ <persistent> extension #97 phpy version 1.0.10 ] {
- Return [ void ]
}
+ Method [ <internal:phpy> static public method raise ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> PyObject $type ]
+ Parameter #1 [ <optional> mixed $value = null ]
+ }
+ - Return [ void ]
+ }
+
Method [ <internal:phpy> static public method __callStatic ] {
- Parameters [2] {
diff --git a/php-pecl-phpy.spec b/php-pecl-phpy.spec
index 64b5004..cddcb3f 100644
--- a/php-pecl-phpy.spec
+++ b/php-pecl-phpy.spec
@@ -17,7 +17,7 @@
Summary: An extension for inter-calling Python and PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.0.10
+Version: 1.0.11
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: Apache-2.0
URL: https://pecl.php.net/package/%{pecl_name}
@@ -164,6 +164,9 @@ cd %{sources}
%changelog
+* Thu Mar 6 2025 Remi Collet <remi@remirepo.net> - 1.0.11-1
+- update to 1.0.11
+
* Wed Feb 26 2025 Remi Collet <remi@remirepo.net> - 1.0.10-1
- update to 1.0.10
- re-license spec file to CECILL-2.1