summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-01 17:30:14 +0100
committerRemi Collet <remi@remirepo.net>2018-01-01 17:30:14 +0100
commite150f70fcd1b2eee98ddf764196a4b82fdfd7c7c (patch)
treec7c8d1ae068100261a8010becc1b126443086d21
parent0c80601bbf6cd5c890ae1c518099991afd3ca744 (diff)
v2.0.5
-rw-r--r--REFLECTION16
-rw-r--r--php-pecl-lua.spec9
2 files changed, 10 insertions, 15 deletions
diff --git a/REFLECTION b/REFLECTION
index 5669bee..d13bfd4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #103 lua version 2.0.4 ] {
+Extension [ <persistent> extension #106 lua version 2.0.5 ] {
- Constants [8] {
Constant [ integer LUA_OK ] { 0 }
@@ -15,7 +15,7 @@ Extension [ <persistent> extension #103 lua version 2.0.4 ] {
Class [ <internal:lua> final class Lua ] {
- Constants [1] {
- Constant [ string LUA_VERSION ] { Lua 5.3.4 }
+ Constant [ public string LUA_VERSION ] { Lua 5.3.4 }
}
- Static properties [1] {
@@ -94,21 +94,13 @@ Extension [ <persistent> extension #103 lua version 2.0.4 ] {
- Static methods [0] {
}
- - Properties [2] {
- Property [ <default> private $_closure ]
- Property [ <default> private $_lua_object ]
+ - Properties [0] {
}
- - Methods [5] {
+ - Methods [3] {
Method [ <internal:lua, ctor> private method __construct ] {
}
- Method [ <internal:lua, dtor> public method __destruct ] {
- }
-
- Method [ <internal:lua> private method __clone ] {
- }
-
Method [ <internal:lua> public method invoke ] {
- Parameters [2] {
diff --git a/php-pecl-lua.spec b/php-pecl-lua.spec
index 8827e1a..eecdaa1 100644
--- a/php-pecl-lua.spec
+++ b/php-pecl-lua.spec
@@ -1,6 +1,6 @@
# spec file for php-pecl-lua
#
-# Copyright (c) 2013-2017 Remi Collet
+# Copyright (c) 2013-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -18,8 +18,8 @@
Summary: Embedded lua interpreter
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.0.4
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 2.0.5
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Jan 1 2018 Remi Collet <remi@remirepo.net> - 2.0.5-1
+- Update to 2.0.5
+
* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.4-2
- rebuild for PHP 7.2.0beta1 new API