diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 13 | ||||
| -rw-r--r-- | php-pecl-phpy.spec | 5 |
3 files changed, 16 insertions, 4 deletions
@@ -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)] @@ -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 |
