summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--REFLECTION5
-rw-r--r--php-pecl-stackdriver-debugger.spec6
2 files changed, 9 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 1d4b753..3275d20 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,9 +1,12 @@
-Extension [ <persistent> extension #140 stackdriver_debugger version 0.0.2 ] {
+Extension [ <persistent> extension #140 stackdriver_debugger version 0.1.0 ] {
- INI {
Entry [ stackdriver_debugger.function_whitelist <ALL> ]
Current = ''
}
+ Entry [ stackdriver_debugger.max_time <ALL> ]
+ Current = '10'
+ }
}
- Functions {
diff --git a/php-pecl-stackdriver-debugger.spec b/php-pecl-stackdriver-debugger.spec
index 4358d0c..bc312f1 100644
--- a/php-pecl-stackdriver-debugger.spec
+++ b/php-pecl-stackdriver-debugger.spec
@@ -17,7 +17,7 @@
Summary: Investigate your code behavior in production
Name: %{?sub_prefix}php-pecl-stackdriver-debugger
-Version: 0.0.2
+Version: 0.1.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
License: ASL 2.0
@@ -101,6 +101,7 @@ extension = %{pecl_name}.so
; Configuration
;stackdriver_debugger.function_whitelist = ''
+;stackdriver_debugger.max_time = 10
EOF
@@ -208,5 +209,8 @@ fi
%changelog
+* Wed Jan 3 2018 Remi Collet <remi@remirepo.net> - 0.1.0-1
+- Update to 0.1.0 (alpha)
+
* Tue Dec 12 2017 Remi Collet <remi@remirepo.net> - 0.0.2-1
- initial package, version 0.0.2 (php 7, devel)