diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-05 16:59:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-05 16:59:51 +0200 |
commit | 64112ba9b8f0451cf617b7bf11d8312cb1971825 (patch) | |
tree | 1acd911e520c205dd7f0c79505ce0754f68ee70f | |
parent | 83950562626885c882d167da0ec22eb7a84b1814 (diff) |
php-pecl-pq: 0.6.0 (beta)
-rw-r--r-- | REFLECTION | 22 | ||||
-rw-r--r-- | php-pecl-pq.spec | 5 |
2 files changed, 21 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { +Extension [ <persistent> extension #193 pq version 0.6.0 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -264,7 +264,7 @@ Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { Property [ <default> protected $line ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -274,6 +274,9 @@ Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { } } + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + Method [ <internal:Core, inherits Exception> final public method getMessage ] { } @@ -327,7 +330,7 @@ Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { Property [ <default> protected $line ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -337,6 +340,9 @@ Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { } } + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + Method [ <internal:Core, inherits Exception> final public method getMessage ] { } @@ -390,7 +396,7 @@ Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { Property [ <default> protected $line ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -400,6 +406,9 @@ Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { } } + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + Method [ <internal:Core, inherits Exception> final public method getMessage ] { } @@ -454,7 +463,7 @@ Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { Property [ <default> public $sqlstate ] } - - Methods [9] { + - Methods [10] { Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -464,6 +473,9 @@ Extension [ <persistent> extension #189 pq version 0.6.0RC2 ] { } } + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + Method [ <internal:Core, inherits Exception> final public method getMessage ] { } diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 03e0d00..9c3bb1f 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -21,7 +21,7 @@ %global with_zts 0%{?__ztsphp:1} %global pecl_name pq -%global rcver RC2 +#global rcver RC2 %if %{?runselftest}%{!?runselftest:1} # Build using "--without tests" to disable tests %global with_tests 0%{!?_without_tests:1} @@ -286,6 +286,9 @@ rm -rf %{buildroot} %changelog +* Sat Sep 5 2015 Remi Collet <remi@fedoraproject.org> - 0.6.0-1 +- Update to 0.6.0 (beta) + * Wed Jul 29 2015 Remi Collet <remi@fedoraproject.org> - 0.6.0-0.3.RC2 - allow build against rh-php56 (as more-php56) |